Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 342 Bytes

readme.md

File metadata and controls

13 lines (6 loc) · 342 Bytes

#H!ThoughtWorks LevelUp TDD Sandpit with JavaScript. Testing with Jest.#H1

Install dependecies with npm install

Run tests with npm test

Build out your calculator using TDD.

Calculator should be able to add, subtract, multiply and divide.

Work through the smallest steps you can think off and remember red/green/refactor process.