Skip to content

Commit 971f27f

Browse files
committed
chore: update
1 parent c29a151 commit 971f27f

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
@@ -77,7 +77,7 @@
7777
"test:unit": "NODE_OPTIONS=--experimental-vm-modules vitest run ./src",
7878
"test:typecheck": "vitest typecheck --config ./vitest.type.config.ts --run",
7979
"test:coverage": "npm test -- --reporter verbose --coverage",
80-
"test:e2e": "run-s test:e2e:*",
80+
"test:e2e": "run-p test:e2e:*",
8181
"test:e2e:node": "cd playground/node && node --test",
8282
"test:e2e:deno": "cd playground/deno && deno task test",
8383
"test:e2e:bun": "cd playground/bun && npm run test",

0 commit comments

Comments
 (0)