Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 875 Bytes

Typescript Tests

App CI

Simple typescript app with failing tests to fix

Getting Started

  • 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

Unskipping Tests

To unskip a test, remove .skip from the describe:

describe.skip('test..') becomes describe('test..') 

Tests

  • sum
  • multiply
  • getTotalPrice
  • orderList