mocha-run
v0.1.0
Published
Run mocha files using `node testfile.js`
Downloads
3
Readme
mocha-run
Allows you to run mocha test files using node testfile.js
.
Add the following preamble to your mocha test files:
// allows you to run this file using `node file.js`
if(require('mocha-run')()) { return; }