Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement NPM scripts for multiple test tasks
This commit adds new NPM scripts to allow to run all tests with various options: - `test` - Run all tests with Jest. - `test:cov` - Run all tests with coverage reports (1). - `test:watch` - Run all tests in Jest's "watch mode" (2). References: (1) https://jestjs.io/docs/en/cli#coverage (2) https://jestjs.io/docs/en/cli#watch GH-39
- Loading branch information