Dan
Dan
Using @Narretz fork for this feature, would be great to get it merged!
@flotwig any updates on getting this merged?
+1 i could use help with this issue also, same env as above and same errors.
thanks for the reply @jonathansamines , appreciate it! Still having issues tho. This is my setupTestFrameworkScriptFile: ``` const request = require('supertest'); const Mockgoose = require('mockgoose').Mockgoose; const app = require('./src/app'); const...
@jonathansamines you mean passing the done like in your example? ``` let server; beforeEach((done) => { server = app.listen(4000, (err) => { if (err) return done(err); global.agent = request.agent(server); done();...
got it working with just jest/supertest/mongoose (removing mockgoose). Thanks for the help. ``` let server; beforeAll(async (done) => { await mongoose.connect('mongodb://localhost:27017/testdb'); server = app.listen(4000, () => { global.agent = request.agent(server);...
@skykanin you are right, after i got mockgoose working i realised that when i ran multiple files there was still an issue. With mockgoose i had to close the connection...
hey @Viraj-10 i am having similar issues, adding a native-base select to a form connected to state makes the whole form behave slow, and in Safari (mobile and desktop) it...
> [native-base+3.4.9.patch.txt](https://github.com/GeekyAnts/NativeBase/files/9173060/native-base%2B3.4.9.patch.txt) > > @theonetheycallneo Attached - You might need to clear your babel cache before it works. I basically just remove the .web files applying this patch gets my...
Sorry if duplicates https://github.com/GeekyAnts/NativeBase/issues/5075