From 8691ed2308f15beccdd2bf9c72ea32aa81766057 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 3 Jun 2022 16:06:28 +0800 Subject: [PATCH] fix: add `--component` to `test:unit` --- playground | 2 +- template/config/cypress-ct/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.39.5