Skip to content

Commit 8adb4ea

Browse files
eps1lonCopilot
andauthored
[test] Fix broken terminal output (#93357)
Nesting TUIs is hard but also a bit excessive since Turborepo's TUI isn't interactive if `stdin` is ignored. Co-authored-by: Copilot <copilot@github.com>
1 parent 8ff558e commit 8adb4ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/lib/create-next-install.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ async function createNextInstall({
9090
'pack-for-isolated-tests',
9191
'--output-logs',
9292
'new-only',
93+
// Jest tui can't handle Turborepo tui. But we're cutting off stdin
94+
// so Turborepo's tui isn't interactive anyway.
95+
'--ui',
96+
'stream',
9397
],
9498
{
9599
cwd: origRepoDir,

0 commit comments

Comments
 (0)