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/build): provide karma runner for unit-test builder
The `runner` option for the `unit-test` builder can now be set to `karma`.
This leverages the existing `karma` builder for test execution. The `karma`
build related options are derived from the provided `buildTarget` option
instead of being manually specified within the `unit-test` builder. In
other areas, the test execution is the same with the exceptions of specifying
either a custom configuration file and/or a custom main file.
0 commit comments