2015-09-08 12:51:08 +05:30
2015-06-17 03:32:08 +05:30
2015-09-08 12:51:08 +05:30
2015-06-17 03:10:03 +05:30
2015-06-17 03:31:33 +05:30
2015-06-17 03:13:51 +05:30

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
S
Description
No description provided
Readme Apache-2.0
76 KiB
Languages
JavaScript 100%