mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2f7fc3d87c
Switches the Karma web test rule from `@bazel/concatjs` to our wrapped/extended variant from the shared dev-infra code. One benefit is that we now get a `_debug` target for web tests where no browser is being launched and the action is kept alive. Allowing developers to conveniently connect a browser manually for debugging. Also works with iBazel for the manually connected browser. PR Close #45117