An open API service indexing awesome lists of open source software.

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

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).