Skip to content

Commit 44f6bd3

Browse files
committed
test: avoid running root test script twice
1 parent 1ff3bbb commit 44f6bd3

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
@@ -57,7 +57,7 @@
5757
"lint": "eslint .",
5858
"lint:fix": "eslint . --fix",
5959
"test": "pnpm test:types && pnpm test:unit && pnpm test:examples",
60-
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' --filter '!example-app-bun' -r test && pnpm --filter example-app-cucumber -r test",
60+
"test:examples": "pnpm --filter '!@nuxt/test-utils' --filter '!example-app-cucumber' --filter '!example-app-jest' --filter '!example-app-bun' -r test && pnpm --filter example-app-cucumber -r test",
6161
"test:knip": "knip",
6262
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
6363
"test:types": "vue-tsc --noEmit",

0 commit comments

Comments
 (0)