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.
|
|
10 years ago | |
|---|---|---|
| src | 10 years ago | |
| test | 10 years ago | |
| .gitignore | 11 years ago | |
| LICENSE | 11 years ago | |
| README.md | 11 years ago | |
| index.js | 10 years ago | |
| package.json | 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