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 f1a3096 commit 629f2b0Copy full SHA for 629f2b0
package.json
@@ -10,7 +10,7 @@
10
"build": "nx build",
11
"cook": "node --experimental-strip-types tools/cook/main.ts",
12
"downgrade-to-jest": "node --experimental-strip-types tools/downgrade-to-jest.ts",
13
- "test": "nx test --watch",
+ "test": "nx test --no-tui --watch",
14
"test-ui": "nx test-ui",
15
"test-ui:watch": "PWTEST_WATCH=1 nx test-ui",
16
"playwright-docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.39.0-jammy /bin/bash",
0 commit comments