RUN  v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_926b3193-f6c-14/apps/app ❯ src/components/ui/markdown-preview.issue-1778.test.tsx (1 test | 1 failed) 71ms  × keeps the heading, list and link after the formula as Markdown 70ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL  src/components/ui/markdown-preview.issue-1778.test.tsx > issue #1778: trailing `$$` does not close a multiline math block > keeps the heading, list and link after the formula as Markdown AssertionError: expected undefined to be 'Content after the formula' // Object.is equality - Expected: "Content after the formula" + Received: undefined  ❯ src/components/ui/markdown-preview.issue-1778.test.tsx:35:56  33|  34| // The structure after the formula must survive.  35| expect(container.querySelector("h2")?.textContent).toBe(  | ^  36| "Content after the formula",  37| ); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  14:40:30  Duration  3.24s (transform 1.08s, setup 648ms, import 1.83s, tests 71ms, environment 604ms)