Implementation of a Simple Calculator with the next operations:
- Add
- Minus
- Multiply
- Divide
Including integration with Travis CI, Sonarqube (SonarCloud), Coveralls and Snyk
In the folder app
is located the main code of the app
In the folder test
is located the unit tests
Execute:
$ npm init
to download the node dependencies
Execute:
$ npm test
Execute:
$ npm run cover