Skip to content

Commit b444648

Browse files
author
Danny Blue
committed
remove trailing comma
1 parent 803fa36 commit b444648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ preprocessor.$inject = []
4545
module.exports = Object.assign({
4646
'framework:angular-cli': ['factory', init],
4747
'preprocessor:angular-cli': ['factory', preprocessor],
48-
'preprocessor:angular-cli-coverage': ['factory', preprocessor],
48+
'preprocessor:angular-cli-coverage': ['factory', preprocessor]
4949
}, require('karma-webpack'), require('karma-sourcemap-loader'));

0 commit comments

Comments
 (0)