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 4cb985c commit 2cb04d5Copy full SHA for 2cb04d5
packages/angular/build/src/builders/karma/progress-reporter.ts
@@ -40,6 +40,8 @@ export function injectKarmaReporter(
40
41
class ProgressNotifierReporter {
42
static $inject = ['emitter', LATEST_BUILD_FILES_TOKEN];
43
+ // Needed for the karma reporter interface, see https://github.com/angular/angular-cli/issues/31629
44
+ adapters = [];
45
46
constructor(
47
private readonly emitter: KarmaEmitter,
0 commit comments