Skip to content

Commit f94cdd7

Browse files
committed
exclude lib from coverage
1 parent 09af0b2 commit f94cdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/karma.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function (config) {
1919
postLoaders: [
2020
{
2121
test: /\.js$/,
22-
exclude: /test|node_modules|vue\/src/,
22+
exclude: /test|node_modules|vue\/src|lib\//,
2323
loader: 'istanbul-instrumenter'
2424
}
2525
]

0 commit comments

Comments
 (0)