Reputation: 23
For JavaScript projects, what asynchronous system and unit test framework would be most conducive to use in both node.js and web browsers.
Ideally, the testing system would be able to execute some tests specifically for node.js and some in web browsers, while also having general tests which run in all environments.
Also, does anyone make automatable browser tests?
Upvotes: 2
Views: 197
Reputation: 111062
There are a bunch of unittest frameworks for JavaScript:
Upvotes: 2