Simple typescript app with failing tests to fix
- Install VS Code
- Install npm
- Open VS Code Integrated Terminal
- Clone this Repository to a particular folder
- Go to the root of that folder (
cd typescript-tests
) - Install node modules:
npm install
- Run tests:
npm test
To unskip a test, remove .skip
from the describe
:
describe.skip('test..') becomes describe('test..')
- sum
- multiply
- getTotalPrice
- orderList