https://github.com/rwieruch/node-testing-mocha-chai
How to setup testing for Node.js with Mocha and Chai.
https://github.com/rwieruch/node-testing-mocha-chai
chai mocha node node-js nodejs testing testing-framework
Last synced: 7 days ago
JSON representation
How to setup testing for Node.js with Mocha and Chai.
- Host: GitHub
- URL: https://github.com/rwieruch/node-testing-mocha-chai
- Owner: rwieruch
- Created: 2019-04-21T10:31:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:14:46.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T11:04:15.553Z (11 days ago)
- Topics: chai, mocha, node, node-js, nodejs, testing, testing-framework
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 904 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Node.js Test Setup with Mocha and Chai
[](https://travis-ci.org/rwieruch/node-testing-mocha-chai) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcasing how to setup testing for Node.js with Mocha and Chai. [Read more about it](https://www.robinwieruch.de/node-js-testing-mocha-chai).
## Installation
* `git clone [email protected]:rwieruch/node-testing-mocha-chai.git`
* `cd node-testing-mocha-chai`
* `npm install`
* `npm test`