Skip to content

Commit dce0c21

Browse files
committed
Specify all source files in the preprocessor to fix the coverage errors
1 parent 51649fd commit dce0c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = function(config){
8787
reporters: ['progress', 'coverage'],
8888

8989
preprocessors: {
90-
'dist/**.js': ['coverage']
90+
'dist/npm/**/*.js': ['coverage']
9191
},
9292

9393
coverageReporter: {

0 commit comments

Comments
 (0)