mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
62c6e3b7ee
To support `fakeAsync` usage while using `vitest` as a test runner, Zone.js now provides patching when using the `zone.js/testing` package import. This patching is similar to that of the existing jasmine, mocha, and jest functionality. PR Close #68395