We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171027 commit c19a659Copy full SHA for c19a659
package.json
@@ -57,7 +57,7 @@
57
"lint": "eslint .",
58
"lint:fix": "eslint . --fix",
59
"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",
+ "test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' --filter '!example-app-bun' -r test && pnpm --filter example-app-cucumber -r test",
61
"test:knip": "knip",
62
"test:engines": "pnpm installed-check --no-workspaces --ignore-dev",
63
"test:types": "vue-tsc --noEmit",
0 commit comments