RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_926b3193-f6c-16/plugins/inline-vis ❯  bb-plugin-inline-vis  app.issue-1837.test.tsx (1 test | 1 failed) 22ms  × loading container keeps the same height as the final iframe 22ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   bb-plugin-inline-vis  app.issue-1837.test.tsx > issue #1837: inline-vis loading state reserves preview height > loading container keeps the same height as the final iframe AssertionError: expected undefined to be '480px' // Object.is equality - Expected: "480px" + Received: undefined  ❯ app.issue-1837.test.tsx:47:36  45| : loader.querySelector<HTMLElement>("[style*='height']");  46| // FAILS on c7c66423d: nothing in the loader carries the 480px hei…  47| expect(reserved?.style.height).toBe("480px");  | ^  48|  49| resolvePreview({ file: "demo.html" }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  14:41:09  Duration  1.18s (transform 66ms, setup 0ms, import 687ms, tests 22ms, environment 388ms)