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
test(@angular/build): use correct builder names in integration tests
The integration test setup for the dev-server was incorrectly using
the name of the `@angular-devkit/build-angular` builders. While this
previously had no effect, recent changes have altered the behavior of
the schema validation for the `@angular/build` builders. To ensure
accurate testing, the names are now correctly specified in the test setup.
0 commit comments