mirror of
https://github.com/zadam/trilium.git
synced 2026-01-14 18:44:25 +01:00
test(client): remove debug statements
This commit is contained in:
parent
034091a696
commit
521952ebcc
@ -107,7 +107,6 @@ describe("Text content renderer", () => {
|
||||
]
|
||||
});
|
||||
await renderText(parentNote, $(contentEl));
|
||||
console.log(contentEl.innerHTML);
|
||||
const items = contentEl.querySelectorAll("a");
|
||||
expect(items.length).toBe(2);
|
||||
expect(items[0].textContent).toBe("Child note 1");
|
||||
@ -125,7 +124,6 @@ describe("Text content renderer", () => {
|
||||
]
|
||||
});
|
||||
await renderText(parentNote, $(contentEl));
|
||||
console.log(contentEl.innerHTML);
|
||||
const items = contentEl.querySelectorAll("a");
|
||||
expect(items.length).toBe(2);
|
||||
expect(items[0].textContent).toBe("Child note 1");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user