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
Mocha doesn't terminate during integration test run using ./scripts/test/int.sh, and suspect this because the mocha developers decided to change the mocha termination behavior starting v4.0.0. This answer explains it. Should we add the --exit flags to int.sh and unit.sh? (Please do note that unit.sh is terminating however)
Configuration:
mocha (global): 5.2.0
node: v10.7.0
The text was updated successfully, but these errors were encountered:
Oh hey! So sorry I'm super busy at the moment, hoping to go all out on this boilerplate within the next month once I've caught up in other areas and then will get on this error! I'm surprised you're seeing this as the latest master worked fine for me and in CI, it might be a node 10 issue. I've put off upping to node 10 until it goes LTS in October.
Mocha doesn't terminate during integration test run using
./scripts/test/int.sh
, and suspect this because the mocha developers decided to change the mocha termination behavior starting v4.0.0. This answer explains it. Should we add the--exit
flags toint.sh
andunit.sh
? (Please do note thatunit.sh
is terminating however)Configuration:
The text was updated successfully, but these errors were encountered: