mirror of
https://github.com/harish2704/simple-mocha.git
synced 2026-09-10 06:21:08 +00:00
9dcf02dcfba9e5da6dca930d444394b96302fea7
* Features: * collect execution time, * handle errors Signed-off-by: Harish.K <harish2704@gmail.com>
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
Languages
JavaScript
100%