You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Touch the test file whilst watching: touch test.js.
Expected result: run both of the tests again, as above.
Actual result:
0 passing (0ms)
The tests don't get picked up again on the second pass. Do you know why this is? I haven't looked at the code for it in mocha or in this module. Have you come across this before?
Thanks
The text was updated successfully, but these errors were encountered:
Create a test file:
Run this with mocha's -w option.
mocha test.js -w
Touch the test file whilst watching:
touch test.js
.Expected result: run both of the tests again, as above.
Actual result:
The tests don't get picked up again on the second pass. Do you know why this is? I haven't looked at the code for it in mocha or in this module. Have you come across this before?
Thanks
The text was updated successfully, but these errors were encountered: