nodeunit-watcher
Version:
nodeunit wrapper for continuous testing.
20 lines (12 loc) • 655 B
Markdown
nodeunit-watcher
========
http://search.npmjs.org/#/nodeunit-watcher
A wrapper for [nodeunit](https://github.com/caolan/nodeunit/) to provide continuous testing.
Usage
-----
nodeunit-watcher is simply a wrapper around your existing version of nodeunit. Instead of calling `nodeunit` to execute tests, you execute `nodeunit-watcher` with your desired nodeunit options like so:
nodeunit-watcher --reporter minimal testfile.js
nodeunit-watcher calls `fs.watchFile` on your test files and runs a new instance of `nodeunit` whenever you make changes to the file specified.
Bug Reports
-----
https://github.com/AlexCline/nodeunit-watcher/issues