Bareus
Results
2
issues of
Bareus
It seems like afterEach hooks do not run when a test fails in mocha.parallel. In standard mocha an afterEach hook runs even when a test fails. Here an example: ```...
For my integration tests I'm using mocha.parallel to speed up the tests. I'm using a custom-made mocha reporter that outputs the start and end time of a test in case...