From: Haoqun Jiang Date: Fri, 3 Jun 2022 08:06:28 +0000 (+0800) Subject: fix: add `--component` to `test:unit` X-Git-Tag: v3.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8691ed2308f15beccdd2bf9c72ea32aa81766057;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: add `--component` to `test:unit` --- diff --git a/playground b/playground index ad9bae9c..ee46c900 160000 --- a/playground +++ b/playground @@ -1 +1 @@ -Subproject commit ad9bae9c2b1e3a14e086c86ab772d250ecc0fcf6 +Subproject commit ee46c9004e0f8e03bee3b2239efb364cb75f5ee6 diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 1c7bce44..c8c5ef9b 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -1,6 +1,6 @@ { "scripts": { - "test:unit": "cypress open", + "test:unit": "cypress open --component", "test:unit:ci": "cypress run --component --quiet --reporter spec" }, "dependencies": {