An open API service indexing awesome lists of open source software.

https://github.com/anvk/node.mocha.test.boilerplate

My tiny boilerplate for Node/Mocha/Chai tests. Modules should run in Node or FS environment.
https://github.com/anvk/node.mocha.test.boilerplate

Last synced: about 1 month ago
JSON representation

My tiny boilerplate for Node/Mocha/Chai tests. Modules should run in Node or FS environment.

Awesome Lists containing this project

README

        

My tiny boilerplate for Node/Mocha/Chai tests & modules

1. run "npm install" to install dependencies

2. run the following test commands
node_modules/.bin/mocha -R spec tests/core-test.js
node_modules/.bin/mocha -R spec tests/plugin1-test.js