Skip to content

Commit 8691ed2

Browse files
committed
fix: add --component to test:unit
1 parent bd78651 commit 8691ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground

Submodule playground updated 548 files

template/config/cypress-ct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"test:unit": "cypress open",
3+
"test:unit": "cypress open --component",
44
"test:unit:ci": "cypress run --component --quiet --reporter spec"
55
},
66
"dependencies": {

0 commit comments

Comments
 (0)