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

chore: force Mocha to exit on CI #5862

Merged
merged 1 commit into from May 13, 2020
Merged

chore: force Mocha to exit on CI #5862

merged 1 commit into from May 13, 2020

Commits on May 13, 2020

  1. chore: force Mocha to exit on CI

    We have some bug where some test runs will pass but then stall as Mocha
    doesn't exit cleanly. This is proving very hard to track down (I've yet
    to replicate it or find the test that causes it) and it doesn't happen
    consistently.
    
    The `exit` flag forces Mocha to hard exit. This will help with CI
    stability. The flag only gets set on CI runs.
    jackfranklin committed May 13, 2020
    Copy the full SHA
    ad928fb View commit details
    Browse the repository at this point in the history