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
refactor(@angular-devkit/build-angular): add watch builder teardown to application builder
An AbortController is now automatically linked to the `application` builder's teardown context
if one has not been provided. This supports reduced overhead in the unit tests by eliminating
the need to manually create and use an AbortController/AbortSignal in each test that uses watch
mode. Relevant tests that were previously doing this have also been updated.
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/tests/behavior/rebuild-component_styles_spec.ts
+3-5
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* found in the LICENSE file at https://angular.io/license
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/tests/behavior/rebuild-global_styles_spec.ts
+5-10
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* found in the LICENSE file at https://angular.io/license
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/tests/behavior/typescript-rebuild-lazy_spec.ts
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/application/tests/options/inline-style-language_spec.ts
0 commit comments