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(jest): Throw on unhandled rejections #26472

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2021

  1. test(jest): Throw on unhandled rejections

    For whatever reason the `unhandledRejection` event was not being caught in our test running script wrapper. Duplicated this to our test env setup file. Left the original in `scripts/test.js` just in case it catches a class of unhandled rejections that the env listener does not.
    billyvg committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8079961 View commit details
    Browse the repository at this point in the history