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 9899a0f commit 7dfbeadCopy full SHA for 7dfbead
karma.config.js
@@ -81,7 +81,7 @@ module.exports = function(karma) {
81
].concat(coverage ? [
82
[ 'istanbul', {
83
include: [
84
- 'lib/**'
+ 'src/**'
85
]
86
} ]
87
] : [])
0 commit comments