Lighweight wrapper for nodeunit for running asychronous and database-dependent tests
npm install nodeunit-asyncLightweight 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.