typescript-tests

🧪 Simple typescript app with failing tests to fix

Stars
0

Typescript Tests

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
Badges
Extracted from project README
App CI