Watch Mocha tests for changes and execute them
Prototype of a replacement for mocha --watch functionality.
$ npm install -g mowatchmowatch requires mocha in some form. If mocha is present in the local project, its executable will be used instead of a global one.
$ mowatch test/**/*.js --watch lib/**/*.jsWatch Mocha tests for changes and execute them
mowatch [mocha options] <test files>
Options:
--version Show version number [boolean]
--watch, -w Additional files/globs to watch; comma-separated
[array] [default: []]
--help, -h Show help [boolean]
Refer to "mocha --help" for more command line options.
mowatch accepts all command line options except those listed above.
©️ 2016 JS Foundation and contributors.