Fix broken tests (#2408)

This commit is contained in:
Zero Liu 2026-05-12 22:28:12 -07:00 committed by GitHub
parent 6331631dd0
commit 8b01ef746e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,11 +269,7 @@ describe("ChatSingleMessage", () => {
});
beforeAll(() => {
<<<<<<< HEAD
(window as any).activeDocument = window.document;
=======
(window as any).activeDocument = document;
>>>>>>> 267bf91 (chore(popout): window-global API swaps timers, globalThis, base64 (W3/9))
});
it("normalizes rendered footnotes for assistant messages", async () => {