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 4290497 commit 1737e98Copy full SHA for 1737e98
packages/angular_devkit/build_angular/src/builders/karma/index.ts
@@ -219,10 +219,6 @@ function getBuiltInKarmaConfig(
219
reporters: [{ type: 'html' }, { type: 'text-summary' }],
220
},
221
reporters: ['progress', 'kjhtml'],
222
- port: 9876,
223
- colors: true,
224
- logLevel: karma.constants.LOG_INFO,
225
- autoWatch: true,
226
browsers: ['Chrome'],
227
restartOnFileChange: true,
228
};
0 commit comments