We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc584b commit 57a198dCopy full SHA for 57a198d
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