Skip to content

Commit

Permalink
[CASHTAB] Update the jest dependency
Browse files Browse the repository at this point in the history
Summary:
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:
jestjs/jest#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.

Test Plan:
  npm install
  npm test
  npm run test:coverage

Reviewers: #bitcoin_abc, deadalnix, majcosta

Reviewed By: #bitcoin_abc, deadalnix, majcosta

Subscribers: josephroyking, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D8828
  • Loading branch information
Fabcien committed Jan 7, 2021
1 parent cb22e64 commit 82da5b3
Show file tree
Hide file tree
Showing 2 changed files with 28,676 additions and 27,625 deletions.

0 comments on commit 82da5b3

Please sign in to comment.