From 2478973daf210f762fc6f30b3c6f9e1e22c76bdd Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:30:55 +0100 Subject: [PATCH] fix: test name --- test/tests/export.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/export.spec.ts b/test/tests/export.spec.ts index 992333d..db4bf26 100644 --- a/test/tests/export.spec.ts +++ b/test/tests/export.spec.ts @@ -14,7 +14,7 @@ describe("Export", function () { this.afterEach(async function () {}); - it("api.saveMD", async function () { + it("api.$export.saveMD", async function () { const note = new Zotero.Item("note"); note.setNote(getNoteContent()); await note.saveTx();