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

Run with Jest Circus when passing the JEST_CIRCUS env variable as 1 #6285

Merged
merged 4 commits into from
May 26, 2018

Commits on May 26, 2018

  1. Run with Jest Circus when passing the JEST_CIRCUS env variable as 1

    This will:
    
    1. Make it easy to run a test locally with Jest Circus
    2. Enable us to flag individual tests as known to be failing on Jest
       Circus.
    3. Make it easy to run Jest Circus on other code bases.
    4. Once 2 is complete, we can setup a second CI run that uses Jest
       Circus to ensure we don't regress.
    captbaritone committed May 26, 2018
    Configuration menu
    Copy the full SHA
    6f32233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cd3cc View commit details
    Browse the repository at this point in the history
  3. Fix lint/flow

    captbaritone committed May 26, 2018
    Configuration menu
    Copy the full SHA
    502ae14 View commit details
    Browse the repository at this point in the history
  4. Fix flow/lint again

    captbaritone committed May 26, 2018
    Configuration menu
    Copy the full SHA
    a31a809 View commit details
    Browse the repository at this point in the history