mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Fix broken tests (#2408)
This commit is contained in:
parent
6331631dd0
commit
8b01ef746e
1 changed files with 0 additions and 4 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue