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.
- Host: GitHub
- URL: https://github.com/anvk/node.mocha.test.boilerplate
- Owner: anvk
- Created: 2013-04-22T23:46:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-23T12:53:16.000Z (about 12 years ago)
- Last Synced: 2025-02-03T12:49:00.575Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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