Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 6fe09d7

Browse files
committed
ci: update test runner tasks
1 parent 87c65c2 commit 6fe09d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cy:run": "cypress run --component --quiet",
3232
"test:component": "pnpm cy:run",
3333
"test": "jest && pnpm cy:run",
34-
"test:silent": "cross-env NODE_ENV=test jest --verbose --silent --config jest.config.js",
34+
"test:silent": "cross-env NODE_ENV=test jest --verbose --silent --config jest.config.js && pnpm cy:run",
3535
"test:ci": "pnpm build:fast && pnpm test:silent",
3636
"test:unit": "cross-env NODE_ENV=test jest --config jest.config.js",
3737
"test:nuxt": "cross-env NODE_ENV=test pnpm pkg @chakra-ui/nuxt-next test",

0 commit comments

Comments
 (0)