Update jest to the latest version. This will allow for creating
coverage report files as needed, which is not supported with current
version.
Note that the collectCoverageFrom regex exclusion has been removed. It
was not matching any file and is very likely broken:
https://github.com/facebook/jest/issues/9464, so it's better to no rely
on it.
The coverage behavior seems to change quite a lot, because it takes into
acount the files with 0 coverage which were previously not accounted
for.
Details
Details
- Reviewers
deadalnix majcosta - Group Reviewers
Restricted Project - Commits
- rABC82da5b3491b1: [CASHTAB] Update the jest dependency
npm install npm test npm run test:coverage
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I got this from the README, I did not introduce it for this diff. I tried without and it seems to run just fine, it's probably no longer needed @josephroyking ?
I updated the test plan.