Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Calculator.js: a node.js Demonstration Project
An example node.js project, including tests with mocha, that behaves like
a pocket calculator.

[![Build Status](https://dev.azure.com/k200196/Agile%20Planning%20and%20Portfolio%20Management%20with%20Azure%20Boards/_apis/build/status%2Fsiddique094.calculator?branchName=master)](https://dev.azure.com/k200196/Agile%20Planning%20and%20Portfolio%20Management%20with%20Azure%20Boards/_build/latest?definitionId=1&branchName=master)
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
Expand All @@ -14,3 +15,9 @@ To build, simply:
1. Runs `npm install` to install dependencies.
2. Runs `npm test` to run Mocha and execute the unit tests.