Commit f2c8f3f
committed
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.1 parent e244c45 commit f2c8f3f
File tree
1 file changed
+2
-2
lines changed- packages/angular/build/src/builders/dev-server/tests
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments