1.0.0 • Published 10 years ago

automocha v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

Auto Mocha

Still in early development stages, to install:

npm install -g automocha

Automocha will use mocha to autorun any tests contained within ./test/automocha/ and end in -test.js. Automocha will then watch all of the test files and any files specified on the command line for chages and rerun mocha on change.

ex: automocha ./lib/**/*.js Will run all of the tests found in ./test/automocha and when any of the test files change or any of the javascript files in ./lib change it will rerun all of the tests.

1.0.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago