I am working on Sails JS for a large project and trying to write unit tests in it.<p>I am not too happy with the support for unit testing in Sails. It takes a good 7-10 seconds before it starts running the test cases, there is no out-of-the-box support for fixtures as well.<p>Are there any frameworks that can handle test cases in a more efficient way?
We're going to release Lad beta soon (uses Koa), <a href="https://lad.js.org" rel="nofollow">https://lad.js.org</a>. Right now our tests use ava, which runs in parallel. Feel free to join our Slack.