run-with-mocha
run a script with mocha without
mocha
command
If run a script without mocha
command, run-with-mocha
re-executes the script with mocha
command.
So, you can run tests directly without mocha
command.
I use this module for quick testing using atom-runner (Ctrl-R).
Installation
npm install --save mocha run-with-mocha
Example
"use strict"; ; const assert = ; ;
License
MIT