Kiran Mali

Results 3 comments of Kiran Mali
trafficstars

`app.close(done)` works for me. ``` // index.js const app = express(); const server = require('http').Server(app); . . . server.listen(3000, () => { }); module.exports = server; ``` ``` // test.js...

Thanks to Miro. But as it is not updated on npm so I did the manual setup. description is here https://stackoverflow.com/questions/62653523/sinon-mongoose-is-not-working-with-sinon-9/62654152#62654152 I hope it will help someone.

@christian-hawk mate, there is no PR for oxauth. we need to make one for oxauth. could you please do this or give me some more time? I am working on...