Skip to content

Commit 86184fe

Browse files
elevatebartyyx990803
authored andcommitted
ci: add testMatch for skipping mock-preset (vuejs#2170)
1 parent d730053 commit 86184fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"/temp/",
3535
"/scripts/",
3636
".*.helper.js"
37-
]
37+
],
38+
"testMatch": ["**/*.spec.js"]
3839
},
3940
"lint-staged": {
4041
"*.{js,vue}": [

0 commit comments

Comments
 (0)