You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Harish.K 4990e6d793 Tests passed 10 years ago
test Tests passed 10 years ago
.gitignore Git ignore 10 years ago
LICENSE Initial commit 10 years ago
README.md Readme 10 years ago
index-v1.js * 'run' methods for both itBlock and describe Block 10 years ago
index.js Feat: colors 10 years ago
main-runner.js * 'run' methods for both itBlock and describe Block 10 years ago
package.json Bump 10 years ago
test-runner.js * 'run' methods for both itBlock and describe Block 10 years ago

README.md

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