Files
vue-tui/packages/runtime-tests/integration/pty/fixtures/issue-450-shrink-from-fullscreen-rerender.tsx
T
Yunfei He 54b5394e88 test: add issue-450 rerender + animation exit PTY fixtures + 7 tests
- issue-450-fixture-helpers.tsx with rerender/initial helpers
- 5 issue-450 fixture files (fullscreen, overflow, grow, shrink)
- 2 useAnimation exit fixtures (interactive false, non-interactive)
- 7 tests with exact clearTerminal/eraseLine count assertions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 23:12:00 +08:00

6 lines
187 B
TypeScript

import { runIssue450RerenderFixture } from "./issue-450-fixture-helpers.js";
runIssue450RerenderFixture({
heightForFrame: (rows, frameCount) => (frameCount < 2 ? rows : rows - 1),
});