Skip to content

ProtopiaTech/training_GitHubActions_start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator.js: a node.js Demonstration Project

An example node.js project, including tests with mocha, that behaves like a pocket calculator.

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 test coverage tool.

To build, simply:

  1. Runs npm install to install dependencies.
  2. Runs npm test to run Mocha and execute the unit tests.
  3. Runs npm run to run

shorturl.at/bAKOS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published