]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: add `--component` to `test:unit`
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 08:06:28 +0000 (16:06 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 08:41:17 +0000 (16:41 +0800)
playground
template/config/cypress-ct/package.json

index ad9bae9c2b1e3a14e086c86ab772d250ecc0fcf6..ee46c9004e0f8e03bee3b2239efb364cb75f5ee6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ad9bae9c2b1e3a14e086c86ab772d250ecc0fcf6
+Subproject commit ee46c9004e0f8e03bee3b2239efb364cb75f5ee6
index 1c7bce44335188187a75b832f3e0f21e8ffcd46d..c8c5ef9b72e9bd4cd8fad32967e95764485528ad 100644 (file)
@@ -1,6 +1,6 @@
 {
   "scripts": {
-    "test:unit": "cypress open",
+    "test:unit": "cypress open --component",
     "test:unit:ci": "cypress run --component --quiet --reporter spec"
   },
   "dependencies": {