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(cdk/overlay): expand test environment check #22927

Merged

Commits on Jun 9, 2021

  1. fix(cdk/overlay): expand test environment check

    We have some logic in the overlay container that tries to prevent overlays from leaking between tests. The logic is currently limited to Jasmine tests and it happened to work by accident for Jest. Jest has made some changes that will break our check so these changes rework the logic to detect Jest and Mocha correctly.
    
    Fixes angular#22926.
    crisbeto committed Jun 9, 2021
    Copy the full SHA
    12d3e48 View commit details
    Browse the repository at this point in the history