feat(@schematics/angular): set up fake timers in beforeEach instead of beforeAll
When migrating `fakeAsync` to vitest fake timers, fake timers were setup in `beforeAll` to support `fakeAsync` usage in `beforeAll` / `afterAll` hooks. This was sacrificing timers isolation between tests. This change resets fake timers between tests. Any usage of fake timers APIs in `beforeAll` or `afterAll` hooks will fail.
Y
Younes Jaaidi committed
c9f4081533f6f114846b88a152a9d5dc7363d680
Parent: ba9500e
Committed by Charles <19598772+clydin@users.noreply.github.com>
on 5/5/2026, 4:16:07 PM