Each folder is named based on the question number
- A
test.tsfile contains test cases - A
main.tsfile contains the solution
- Build all files in the project with
npm run buildor watch them withnpm run watch - Run unit tests with
npm test - Get test coverage report with
npm run coverage
Pushing to any branch will trigger a Travis build. This build must pass before you can merge into master.