Skip to content

Commit 1737ccc

Browse files
committed
test: ✅ opt-out from tui when running pnpm test
1 parent 0fa54d4 commit 1737ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"cook": "node --experimental-strip-types tools/cook/main.ts",
88
"postinstall": "pnpm exec playwright install --with-deps",
9-
"test": "nx test --watch",
9+
"test": "nx test --tui false --watch",
1010
"test:debug": "nx test --configuration=debug",
1111
"testronaut": "nx testronaut",
1212
"verify": "nx run-many -t test,testronaut --parallel=1 --pass-with-no-tests"

0 commit comments

Comments
 (0)