Sasa
Sasa
https://github.com/mochajs/mocha/blob/bbf0c11b29544de91a18c1bd667c975ee44b7c90/lib/runner.js#L204 What is the use case for this code here? I got surprised by seeing the handler executed twice whenever rejecting a promise. For example ``` it('runs example', () =>...
Sometimes if an optional module `optModule` is installed in one of the sub-packages instead of in `projectRoot/node_modules`, then it won't be found by `optional('optModule')`.
This is more a question rather than a bug report. I see it in my NodeJS server, after an active session, there are quite a few `Date` object retained in...