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 c29a151 commit 971f27fCopy full SHA for 971f27f
package.json
@@ -77,7 +77,7 @@
77
"test:unit": "NODE_OPTIONS=--experimental-vm-modules vitest run ./src",
78
"test:typecheck": "vitest typecheck --config ./vitest.type.config.ts --run",
79
"test:coverage": "npm test -- --reporter verbose --coverage",
80
- "test:e2e": "run-s test:e2e:*",
+ "test:e2e": "run-p test:e2e:*",
81
"test:e2e:node": "cd playground/node && node --test",
82
"test:e2e:deno": "cd playground/deno && deno task test",
83
"test:e2e:bun": "cd playground/bun && npm run test",
0 commit comments