RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_debcf606-e4a-19/apps/app ❯ src/components/thread/timeline/ThreadTimelineRows.issue-1301.test.tsx (1 test | 1 failed) 1452ms  × bounds the number of rows mounted with real content on a compact viewport 1450ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL  src/components/thread/timeline/ThreadTimelineRows.issue-1301.test.tsx > issue #1301: timeline history is never unmounted > bounds the number of rows mounted with real content on a compact viewport AssertionError: expected 800 to be less than 200  ❯ src/components/thread/timeline/ThreadTimelineRows.issue-1301.test.tsx:49:32  47| // ... but a windowed list would realize only rows near the viewpo…  48| // On main every one of the 800 rows carries its full rendered con…  49| expect(withContent.length).toBeLessThan(200);  | ^  50| });  51| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  06:25:54  Duration  4.35s (transform 1.06s, setup 19ms, import 2.37s, tests 1.45s, environment 409ms)