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) {
8
8
// preprocess matching files before serving them to the browser
9
9
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
10
10
preprocessors : {
11
- '{webapp,webapp/ !(test)}/*.js' : [ 'coverage' ]
11
+ '{, !(test)}/*.js' : [ 'coverage' ]
12
12
} ,
13
13
14
14
coverageReporter : {
@@ -49,7 +49,7 @@ module.exports = function(config) {
49
49
50
50
// Continuous Integration mode
51
51
// if true, Karma captures browsers, runs the tests and exits
52
- singleRun : true ,
52
+ singleRun : true
53
53
54
54
} ) ;
55
55
} ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module.exports = function(config) {
64
64
65
65
// Continuous Integration mode
66
66
// if true, Karma captures browsers, runs the tests and exits
67
- singleRun : false ,
67
+ singleRun : false
68
68
69
69
} ) ;
70
70
} ;
You can’t perform that action at this time.
0 commit comments