Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Jest watch mode not working #266

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Fix Jest watch mode not working #266

merged 1 commit into from
Nov 13, 2019

Commits on Nov 13, 2019

  1. Fix Jest watch mode not working

    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.
    digitalcora committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    065329d View commit details
    Browse the repository at this point in the history