test(antigravity): cover Kitty mode reattach metadata (#21810)

This commit is contained in:
Neil
2026-09-20 17:18:56 -07:00
committed by GitHub
parent 76d87604ff
commit e0b717dd60
@@ -26,7 +26,7 @@ describe('createIpcPtyTransport', () => {
restorePtySpecWindow(originalWindow)
})
it.each([0, 420])(
it.each([0, 1, 420])(
'preserves snapshot sequence and keyboard proof %s across IPC reattach',
async (seq) => {
const { createIpcPtyTransport } = await import('./pty-transport')