We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eab82 commit 5f968b5Copy full SHA for 5f968b5
karma.conf.js
@@ -53,7 +53,7 @@ module.exports = function(config) {
53
// Preprocess matching files before serving them to the browser.
54
// https://npmjs.org/browse/keyword/karma-preprocessor
55
preprocessors: {
56
- 'src/**/src/**/!(*Spec).js': [ 'coverage' ],
+ 'src/**/!(*Spec).js': [ 'coverage' ],
57
'platform/**/src/**/!(*Spec).js': [ 'coverage' ]
58
},
59
0 commit comments