Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 0 additions & 215 deletions packages/angular_devkit/build_angular/src/karma/code-coverage_spec.ts

This file was deleted.

3 changes: 2 additions & 1 deletion packages/angular_devkit/build_angular/src/karma/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function initialize(
// * `outputPath` which is fixed for tests
// * `budgets` which might be incorrect due to extra dev libs
{
...((options as unknown) as BrowserBuilderOptions),
...(options as unknown as BrowserBuilderOptions),
outputPath: '',
budgets: undefined,
optimization: false,
Expand All @@ -58,6 +58,7 @@ async function initialize(
// https://github.com/webpack/webpack-dev-middleware/blob/698c9ae5e9bb9a013985add6189ff21c1a1ec185/src/index.js#L65
// https://github.com/webpack/webpack/blob/cde1b73e12eb8a77eb9ba42e7920c9ec5d29c2c9/lib/Compiler.js#L379-L388
watch: true,
extractCss: true,
},
context,
(wco) => [
Expand Down
130 changes: 0 additions & 130 deletions packages/angular_devkit/build_angular/src/karma/rebuilds_spec.ts

This file was deleted.

Loading