nodeunit-async
v1.2.1
Published
Lighweight wrapper for nodeunit for running asychronous and database-dependent tests
Downloads
230
Maintainers
Readme
Lightweight wrapper for running asynchronous nodeunit (https://github.com/caolan/nodeunit) tests. Particularly useful for when you want common global setup or teardown functions run for each test across multiple files, and/or fixture setup or teardown functions run once before and after all tests. Designed for unit tests written using async's (https://github.com/caolan/async) auto and series methods.