mocha tests terminating before after/afterEach finishes
Author: ewahCreated Mar 14, 2025Updated Sep 9, 2025
because the package.json mocha script has to be run with --exit
for the last test/test suite after() and afterEach() are prematurely terminated and never finish
Source: feathersjs/feathers