mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
59aa2c06d1
related to https://github.com/angular/angular/pull/47438 After jest 28, `jest-environment-node` and `jest-environment-jsdom` need to be installed by the user themselves, and the API has some breaking changes, so this PR fix these issues to make the zone/jest integration test code work as expected. PR Close #47486