- Node JS installed on your machine
- Clone this repo by running this command:
git clone https://github.com/amit-s19/incubyte-tdd-calculator
cd
into your cloned repo- Run
npm install
to install the required dependencies - Run
npm test
to run the test cases.