https://github.com/taniarascia/calc
Unit Testing in JavaScript
https://github.com/taniarascia/calc
javascript mocha node node-js testing unit unit-test
Last synced: 3 months ago
JSON representation
Unit Testing in JavaScript
- Host: GitHub
- URL: https://github.com/taniarascia/calc
- Owner: taniarascia
- License: mit
- Created: 2017-10-20T17:52:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T19:20:20.000Z (about 7 years ago)
- Last Synced: 2025-03-20T21:13:58.961Z (3 months ago)
- Topics: javascript, mocha, node, node-js, testing, unit, unit-test
- Language: JavaScript
- Homepage: https://www.taniarascia.com/unit-testing-in-javascript/
- Size: 12.7 KB
- Stars: 20
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Calculator App
Make a calculator in Node.js and use the Mocha testing framework.
### [View Tutorial](https://www.taniarascia.com/unit-testing-in-javascript/)
## Installation
```
git clone https://github.com/taniarascia/calc.js
cd calc
npm install --save-dev mocha
node calc.js
```## License
The code is open source and available under the [MIT License](LICENSE).