- JavaScript
- Jest (for testing)
git clone https://github.com/maneyd/string-calculator-tdd.git
cd string-calculator-tdd
-) install the dependencies
npm install -y
npm install jest
-) to test the test cases
npm test
-) Test Case
-) failed test with screenshot
-) code to pass it
-) passed test with screenshot
You can find this in the screenshots/ folder and in the step-by-step TDD section below.

























