Skip to content

Commit 5f968b5

Browse files
committed
[Build] Enable coverage of src
For nasa#1218
1 parent 67eab82 commit 5f968b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = function(config) {
5353
// Preprocess matching files before serving them to the browser.
5454
// https://npmjs.org/browse/keyword/karma-preprocessor
5555
preprocessors: {
56-
'src/**/src/**/!(*Spec).js': [ 'coverage' ],
56+
'src/**/!(*Spec).js': [ 'coverage' ],
5757
'platform/**/src/**/!(*Spec).js': [ 'coverage' ]
5858
},
5959

0 commit comments

Comments
 (0)