Skip to content

Commit 21fa485

Browse files
committed
chore: update
1 parent 18af364 commit 21fa485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"test:benchmark": "vitest bench",
7-
"test:e2e": "cross-env DEBUG=pw:webserver playwright test --pass-with-no-tests"
7+
"test:e2e": "lsof -i:3000 && lsof -i:3001 && lsof -i:3002 && cross-env DEBUG=pw:webserver playwright test --pass-with-no-tests"
88
},
99
"dependencies": {
1010
"react": "^19.0.0",

0 commit comments

Comments
 (0)