This repository contains 3 Projects:
Each project contains sample source code in src
folder and unit tests in tests
folder.
The goal is to create starter project using typescript and above testing frameworks along with debugging in VS Code and getting code coverage
1 - cd jasmine
2 - npm i
1 - cd jest
2 - npm i
1 - cd mocha
2 - npm i
npm t --prefix jasmine
npm t --prefix mocha
npm t --prefix jest
npm run test:c --prefix jasmine
npm run test:c --prefix mocha
npm run test:c --prefix jest
npm start --prefix jasmine
npm start --prefix mocha
npm start --prefix jest