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: Windows-specific test timeout issues introduced by Yarn 1.13.0 #7838

Merged
merged 3 commits into from
Feb 11, 2019

Commits on Feb 8, 2019

  1. fix: Windows-specific test timeout issues introduced by Yarn 1.13.0

    See jestjs#7760 for details
    
    * Change e2e/runJest.js to invoke node directly to avoid issue with hung process/test when invoked asynchronously ("until" method)
    * Refactor to avoid duplication between runJest and until methods
    * Undo downgrade of Yarn (to 1.9.4) in Azure Pipelines Windows jobs
    * Add /reports/* to .gitignore (these are junit test reports normally created in CI runs)
    willsmythe committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7f1b6c5 View commit details
    Browse the repository at this point in the history
  2. Fix lint problems

    willsmythe committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7ee33af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1e64d3 View commit details
    Browse the repository at this point in the history