https://github.com/codewritingcow/test-node-api-with-mocha-chai
Mocha and Chai test for a sample Node.js API. From the Scotch.io tutorial, "Test a Node RESTful API with Mocha and Chai."
https://github.com/codewritingcow/test-node-api-with-mocha-chai
Last synced: about 9 hours ago
JSON representation
Mocha and Chai test for a sample Node.js API. From the Scotch.io tutorial, "Test a Node RESTful API with Mocha and Chai."
- Host: GitHub
- URL: https://github.com/codewritingcow/test-node-api-with-mocha-chai
- Owner: CodeWritingCow
- Created: 2016-08-19T20:16:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T05:15:29.000Z (almost 10 years ago)
- Last Synced: 2025-10-24T19:09:15.540Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mocha and Chai test for sample Node.js API #
_by Gary Pang, "CodeWritingCow"_
This is a sample Mocha and Chai test for a sample Node.js API. From the Scotch.io [tutorial](https://scotch.io/tutorials/test-a-node-restful-api-with-mocha-and-chai), "Test a Node RESTful API with Mocha and Chai."