harish2704 9dcf02dcfb * Refactor.
* Features:
	* collect execution time,
	* handle errors

Signed-off-by: Harish.K <harish2704@gmail.com>
2015-06-17 13:48:16 +05:30
2015-06-17 03:32:08 +05:30
2015-06-17 13:48:16 +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%