Daniel Gluskin
Daniel Gluskin
please refer [here](https://github.com/testjavascript/nodejs-integration-tests-best-practices/blob/c573e34e02930a761c760457336f65b7d40fbb70/various-receipes/authentication/test/auth-example-with-stub.test.js#L10), what are your thoughts on the setup (beforeAll)? I think it is a bit problematic, as - we must initialize the stub before we initialize the app...
I'm not raising this issue to say whether they should be used or not - currently - we do use them and do not clean up properly. I also want...
Hey, please see what I did [here](https://github.com/testjavascript/nodejs-integration-tests-best-practices/compare/mocha_recipe). Wasn't sure how to distinguish between mocha and jest tests - I copied the basic test recipe and added "mocha" at the end...
As a mocha user, jest was very clear to me, so I'm not sure we have a lot of added value in translating ALL tests into mocha in addition. On...