test(windows): cover final native branches

This commit is contained in:
Tianyi Cui
2026-08-09 03:50:06 +08:00
parent bfb456e0c6
commit e7e75e7972
5 changed files with 42 additions and 3 deletions
@@ -421,7 +421,7 @@ describe('tool-bash-persistent', () => {
await call(ctx, owner, 'warm up')
const session = stub.sessions[0]!
session.mode = 'paged-scrollback'
session.scrollback = ''
session.scrollback = 'older one\nolder two\nolder three\nolder four\n'
expect(text(await call(ctx, owner, 'paged output'))).toBe('hello from stub')
})