TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Node framework with best testing support

4 pointsby aman-proover 7 years ago
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?

2 comments

niftylettuceover 7 years ago
We&#x27;re going to release Lad beta soon (uses Koa), <a href="https:&#x2F;&#x2F;lad.js.org" rel="nofollow">https:&#x2F;&#x2F;lad.js.org</a>. Right now our tests use ava, which runs in parallel. Feel free to join our Slack.
评论 #15957451 未加载
iendsover 7 years ago
Sails had a bad reputation in a lot of NodeJS circles. Most people use express&#x2F;koa and use knex or pg-promise.
评论 #15944718 未加载