# install dependencies
$ npm i
# run tests
$ npm test
# run the code linter
$ npm run lint
Angular.
Contributions should pass existing tests or have test cases for new functionality.
# Should pass
$ npm test
Style and lint errors should be fixed with
$ npm run lint