This project implements 100% test coverage as it allows us to:
- Use tools like dependabot's version updating
- Refactor/optimize without breaking anything
Lint and run tests (including with code coverage):
$ yarn test
You can then view the code coverage at coverage/lcov-report/index.html
Run the tests interactively:
$ yarn just-test:watch
$ yarn analyze-bundle # Don't run in VM