2016-04-03 22:24:02 +05:30
Fix
2016-04-03 15:47:32 +05:30
2016-04-03 15:51:08 +05:30
2015-06-17 03:32:08 +05:30
2016-04-03 22:20:29 +05:30
2016-04-03 15:34:54 +05:30
2015-06-17 03:10:03 +05:30
2016-04-03 22:17:58 +05:30
2016-04-03 22:24:02 +05:30

Build Status

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%