You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): use global unit-test hooks during TestBed init
To provide improved Zone.js support with the experimental `unit-test` builder
using the `vitest` runner, the TestBed initialization now uses the global
`beforeEach`/`afterEach` test hooks. The global hooks can be patched by
Zone.js. The vitest globals are always available when using the `unit-test`
builder.
0 commit comments