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

test: Fixes Running Tests with Coverage #2

Merged
merged 1 commit into from
Apr 26, 2020

Commits on Apr 26, 2020

  1. test: Fixes Running Tests with Coverage

    - There appears to be a bug in react-scripts that causes running the
      tests with coverage to fail when in CI mode or if --watchAll=false
    - Downgrading react-scripts from 3.4.1 to 3.4.0 seems to fix the problem
      as a workaround for now
    - See facebook/create-react-app#8689 for more
      information
    ncronquist committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    31d9611 View commit details
    Browse the repository at this point in the history