Skip to content

refactor(zone.js): remove unused jasmine globalerror monkey patching. #63077

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeanMeche
Copy link
Member

This is for testing purposes for now. See discussion on the related issue.

fixes #63072

@angular-robot angular-robot bot added the area: zones Issues related to zone.js label Aug 10, 2025
@ngbot ngbot bot added this to the Backlog milestone Aug 10, 2025
@atscott
Copy link
Contributor

atscott commented Aug 10, 2025

Also here

(jasmine as any).GlobalErrors = function () {

@JeanMeche JeanMeche force-pushed the zone/jasmine-monkeypatch branch from b53a6c5 to a0f5e03 Compare August 10, 2025 23:55
This is for testing purposes for now. See discussion on the related issue.

fixes angular#63072
@JeanMeche JeanMeche force-pushed the zone/jasmine-monkeypatch branch from a0f5e03 to e9e6156 Compare August 10, 2025 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zones Issues related to zone.js
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zone.js monkey patching of Jasmine's GlobalErrors is a no-op, and would break Jasmine if it wasn't
2 participants