Each folder is named based on the question number
- A
test.ts
file contains test cases - A
main.ts
file contains the solution
- Build all files in the project with
npm run build
or 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.