Skip to content

Commit

Permalink
Fix Jest watch mode not working (#266)
Browse files Browse the repository at this point in the history
This was a bug that was fixed in a newer version of Jest, so it only
required updating. This also adds a `npm run test:jest:watch` shortcut.

The Jest branch coverage threshold had to be adjusted down as part of
this, since Jest 24.1.0 fixed an issue where test setup files were
included in the code coverage stats. This commit does not change our
"real" code coverage.
  • Loading branch information
digitalcora authored Nov 13, 2019
1 parent a4ab8f7 commit f11ea0d
Show file tree
Hide file tree
Showing 4 changed files with 9,137 additions and 2,821 deletions.
Loading

0 comments on commit f11ea0d

Please sign in to comment.