Switch to ink@. version 6.4.0 (#12381)

This commit is contained in:
Jacob Richman
2025-10-31 09:40:51 -07:00
committed by GitHub
parent d13482e802
commit f4ee245bf9
4 changed files with 72 additions and 78 deletions

View File

@@ -1016,7 +1016,7 @@ export class TestRig {
const run = new InteractiveRun(ptyProcess);
// Wait for the app to be ready
await run.expectText('Type your message', 30000);
await run.expectText(' Type your message or @path/to/file', 30000);
return run;
}
}