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 09af0b2 commit f94cdd7Copy full SHA for f94cdd7
build/karma.config.js
@@ -19,7 +19,7 @@ module.exports = function (config) {
19
postLoaders: [
20
{
21
test: /\.js$/,
22
- exclude: /test|node_modules|vue\/src/,
+ exclude: /test|node_modules|vue\/src|lib\//,
23
loader: 'istanbul-instrumenter'
24
}
25
]
0 commit comments