Skip to content

curtiscde/typescript-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧪 Simple typescript app with failing tests to fix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published