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 virtual module for Karma TestBed initialization
Using a virtual module for the Karma-based unit testing setup allows for
the Angular packages used within the TestBed initialization to resolve to
the same dependencies used within the application and test code. This avoids
the potential for multiple copies of `@angular/core` within the test output
which can result in TestBed execution failure due to the module level variable
usage within TestBed.
0 commit comments