Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-sri/mocha-chai-unit-test
Unit test case implementation for nodejs app using mocha and chai assert library.
https://github.com/harsh-sri/mocha-chai-unit-test
chai mocha-chai mocha-tests mochajs unit-testing
Last synced: about 2 months ago
JSON representation
Unit test case implementation for nodejs app using mocha and chai assert library.
- Host: GitHub
- URL: https://github.com/harsh-sri/mocha-chai-unit-test
- Owner: harsh-sri
- License: mit
- Created: 2017-09-27T09:25:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T11:59:48.000Z (over 7 years ago)
- Last Synced: 2024-08-23T14:27:18.260Z (5 months ago)
- Topics: chai, mocha-chai, mocha-tests, mochajs, unit-testing
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mocha-chai-unit-test
Unit test case implementation for nodejs app using mocha and chai assert library.
1- Clone the repo to your local machine
2- npm install --save-dev.
3- npm test.