We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e498f commit 542973aCopy full SHA for 542973a
packages/angular/build/src/builders/karma/application_builder.ts
@@ -215,6 +215,8 @@ function injectKarmaReporter(
215
216
class ProgressNotifierReporter {
217
static $inject = ['emitter', LATEST_BUILD_FILES_TOKEN];
218
+ // Needed for the karma reporter interface, see https://github.com/angular/angular-cli/issues/31629
219
+ adapters = [];
220
221
constructor(
222
private readonly emitter: KarmaEmitter,
0 commit comments