The code is build with Typescript
Locally:
npm install && npm run build && npm local
To get the code coverage:
npm run coverage
To run the tests in watch mode:
npm run watch
Precommits hooks using husky
will run to check that the current work is acceptable for master:
-
Eslint / Tslint pass
-
70% coverage with
nyc