From ea8486ee5bfc01e8b0fdfecb3324304062886ecc Mon Sep 17 00:00:00 2001 From: techfg Date: Mon, 22 Apr 2024 18:39:25 -0700 Subject: [PATCH] fix: test name --- src/index.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.test.mjs b/src/index.test.mjs index 786c0bd..5c4f7cb 100644 --- a/src/index.test.mjs +++ b/src/index.test.mjs @@ -539,7 +539,7 @@ describe("astroRehypeRelativeMarkdownLinks", () => { assert.equal(actual, expected); }); - test("should not contain trailing slash when option not specified and file contains and custom slug contains", async () => { + test("should contain trailing slash when option not specified and file contains and custom slug contains", async () => { const input = 'foo'; const { value: actual } = await rehype()