File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = function(config) {
88 // preprocess matching files before serving them to the browser
99 // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
1010 preprocessors : {
11- '{webapp,webapp/ !(test)}/*.js' : [ 'coverage' ]
11+ '{, !(test)}/*.js' : [ 'coverage' ]
1212 } ,
1313
1414 coverageReporter : {
@@ -49,7 +49,7 @@ module.exports = function(config) {
4949
5050 // Continuous Integration mode
5151 // if true, Karma captures browsers, runs the tests and exits
52- singleRun : true ,
52+ singleRun : true
5353
5454 } ) ;
5555} ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module.exports = function(config) {
6464
6565 // Continuous Integration mode
6666 // if true, Karma captures browsers, runs the tests and exits
67- singleRun : false ,
67+ singleRun : false
6868
6969 } ) ;
7070} ;
You can’t perform that action at this time.
0 commit comments