Skip to content

Commit 629f2b0

Browse files
committed
test: ✅ disable tui in watch mode
1 parent f1a3096 commit 629f2b0

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
@@ -10,7 +10,7 @@
1010
"build": "nx build",
1111
"cook": "node --experimental-strip-types tools/cook/main.ts",
1212
"downgrade-to-jest": "node --experimental-strip-types tools/downgrade-to-jest.ts",
13-
"test": "nx test --watch",
13+
"test": "nx test --no-tui --watch",
1414
"test-ui": "nx test-ui",
1515
"test-ui:watch": "PWTEST_WATCH=1 nx test-ui",
1616
"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

Comments
 (0)