Skip to content

Commit c19a659

Browse files
committed
chore: skip bun test
1 parent 4171027 commit c19a659

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' -r test && pnpm --filter example-app-cucumber -r test",
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",
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)