simple-mocha
v0.0.9
Published
Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.
Downloads
72
Maintainers
Readme
simple-mocha
Simple stupid implementation of Mocha test runner. Tests can be run directly within node as any Nodejs code.
Usage
npm install simple-mocha
require('simple-mocha');
// add the above line to test file and run tests using
// node test-file.spec.js