From 42ac659aeaa6dd6dabfa199be2af9d73707c1286 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 16 May 2018 09:50:06 +0800 Subject: [PATCH] [bugfix] test coverage should exclude demo (#1075) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6affc2137..50f7935af 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,7 @@ "collectCoverageFrom": [ "packages/**/*.{js,vue}", "!**/vant-css/**", + "!**/demo/**", "!**/locale/lang/**", "!**/waterfall/**", "!**/lazyload/**"