harish2704 e32f713f28 * 'run' methods for both itBlock and describe Block
* 'level' property for proper indentation
* separate test-runner and main-runner from Class implementation
2016-04-02 00:30:23 +05:30
2016-04-01 23:05:57 +05:30
2015-06-17 03:32:08 +05:30
2016-03-31 16:36:35 +05:30
2015-06-17 03:10:03 +05:30
2016-03-31 16:37:30 +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%