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

Commit 512531e

Browse files
committed
chore: build test:ci
1 parent 660e0ea commit 512531e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
reporter: "spec",
77
component: {
88
setupNodeEvents(on, config) {},
9-
specPattern: "packages//**/*.cy.*",
9+
specPattern: "packages/**/*.cy.*",
1010
excludeSpecPattern: "**/*.snap",
1111
devServer: {
1212
framework: "vue",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:component": "pnpm cy:run",
3535
"test": "jest && pnpm cy:run",
3636
"test:silent": "cross-env NODE_ENV=test jest --verbose --silent --config jest.config.js",
37-
"test:ci": "pnpm dev && pnpm test:silent && pnpm cy:run",
37+
"test:ci": "pnpm build:fast && pnpm test:silent && pnpm cy:run",
3838
"test:unit": "cross-env NODE_ENV=test jest --config jest.config.js",
3939
"test:nuxt": "cross-env NODE_ENV=test pnpm pkg @chakra-ui/nuxt-next test",
4040
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",

0 commit comments

Comments
 (0)