Mocha not exiting after test
I know it is a bit late to answer this, but I was facing a similar problem and saw your post. In mocha 4.0.0, they changed the behavior of tests on finalization.From here: If the mocha process is still alive after your tests seem “done”, then your tests have scheduled something to happen (asynchronously) and … Read more