mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As an alternative to monkey patching vitest, this change adds a method that could be used
for manually running functions inside a shared proxy zone. If used inocrrectly,
this would mean that
the `fakeAsync` closure may not capture all timers and microtasks if it
invokes things created in a zone that was already forked (e.g. creating
a component in a beforeEach:
|
||
|---|---|---|
| .. | ||
| adev-preview-build.yml | ||
| adev-preview-deploy.yml | ||
| assistant-to-the-branch-manager.yml | ||
| benchmark-compare.yml | ||
| ci.yml | ||
| dev-infra.yml | ||
| google-internal-tests.yml | ||
| manual.yml | ||
| merge-ready-status.yml | ||
| perf.yml | ||
| pr.yml | ||
| scorecard.yml | ||
| sync-angular-robot-forked-repo.yml | ||
| update-cdk-apis-and-cli-help.yml | ||