nodeunit-async

Lighweight wrapper for nodeunit for running asychronous and database-dependent tests

Usage no npm install needed!

<script type="module">
  import nodeunitAsync from 'https://cdn.skypack.dev/nodeunit-async';
</script>

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.