-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer
Description
Node: 7.2.1
Mocha: 3.2.0
MacOSX: Sierra (10.12.3)
Cmdline: mocha my_test.js
Seeing mocha exit with a 0 exit code after failing a test in an after each
hook. I traced it down to this code:
Line 425 in 9ae6a85
stream.write('', done); |
The function is called with the correct exit code, but then stream.write('', done);
doesn't call the callback before the process terminates.
Pyrolistical, suhail339, percyhanna, jlesceau, dasilvacontin and 4 more
Metadata
Metadata
Assignees
Labels
type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer