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 3269251 commit 5e9b176Copy full SHA for 5e9b176
tests/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"test:benchmark": "vitest bench",
7
- "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"
8
},
9
"dependencies": {
10
"react": "^19.0.0",
0 commit comments