Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Dec 23, 2024
1 parent 18af364 commit 21fa485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"test:benchmark": "vitest bench",
"test:e2e": "cross-env DEBUG=pw:webserver playwright test --pass-with-no-tests"
"test:e2e": "lsof -i:3000 && lsof -i:3001 && lsof -i:3002 && cross-env DEBUG=pw:webserver playwright test --pass-with-no-tests"
},
"dependencies": {
"react": "^19.0.0",
Expand Down

0 comments on commit 21fa485

Please sign in to comment.