Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 224 Bytes

How to run this?

  • Install nodeJS
  • Clone this repo
  • Navigate to the folder
  • Run npm install
  • To build the code exec tsc
  • To run the test case npm run test
  • To get the test coverage npm run testWithCoverage