https://github.com/stevehobbsdev/ddcn-test-demo
https://github.com/stevehobbsdev/ddcn-test-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevehobbsdev/ddcn-test-demo
- Owner: stevehobbsdev
- Created: 2018-03-21T22:14:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T10:13:40.000Z (over 8 years ago)
- Last Synced: 2024-12-31T20:15:58.769Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mocha/chai
TDD demo project in Node.js using [Mocha](https://mochajs.org/) and [Chai](http://www.chaijs.com/).
Clone the project, then:
`$ npm install` to install dependencies, then:
`$ npm test` to run the test suite.