1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
# 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 |
|||
``` |
|||
|
|||
```javascript |
|||
require('simple-mocha'); |
|||
// add the above line to test file and run tests using |
|||
// node test-file.spec.js |
|||
``` |
Loading…
Reference in new issue