1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[bugfix] test coverage should exclude demo ()

This commit is contained in:
neverland 2018-05-16 09:50:06 +08:00 committed by GitHub
parent 509a75f438
commit 42ac659aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,6 +122,7 @@
"collectCoverageFrom": [
"packages/**/*.{js,vue}",
"!**/vant-css/**",
"!**/demo/**",
"!**/locale/lang/**",
"!**/waterfall/**",
"!**/lazyload/**"