This is probably related to https://boneskull.com/mocha-v4-nears-release/#mochawontforceexit
It's likely currently tests don't clean up properly after themself. This is "fixed" by using --exit flag but it doesn't seem to be the intended way. Since 2018.
This is probably related to https://boneskull.com/mocha-v4-nears-release/#mochawontforceexit
It's likely currently tests don't clean up properly after themself. This is "fixed" by using
--exitflag but it doesn't seem to be the intended way. Since 2018.