https://github.com/octodemo/code-to-cloud-actions
https://github.com/octodemo/code-to-cloud-actions
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octodemo/code-to-cloud-actions
- Owner: octodemo
- License: mit
- Created: 2021-11-16T01:40:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T06:13:40.000Z (over 3 years ago)
- Last Synced: 2023-03-03T20:39:47.983Z (over 3 years ago)
- Language: HTML
- Size: 396 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Calculator.js: a node.js Demonstration Project
==============================================
An example node.js project, including tests with mocha, that behaves like
a pocket calculator. testing
The project contains a simple node.js application that exposes REST APIs
to perform arithmetic on integers, and provides a test suite with mocha
and chai. The `mocha-junit-reporters` package is included to provide XML
output that can be presented in a continuous integration tool like
[Azure DevOps](https://azure.com/devops).
To build, simply:
1. Runs `npm install` to install dependencies.
2. Runs `npm test` to run Mocha and execute the unit tests.