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 803fa36 commit b444648Copy full SHA for b444648
plugins/karma.js
@@ -45,5 +45,5 @@ preprocessor.$inject = []
45
module.exports = Object.assign({
46
'framework:angular-cli': ['factory', init],
47
'preprocessor:angular-cli': ['factory', preprocessor],
48
- 'preprocessor:angular-cli-coverage': ['factory', preprocessor],
+ 'preprocessor:angular-cli-coverage': ['factory', preprocessor]
49
}, require('karma-webpack'), require('karma-sourcemap-loader'));
0 commit comments