From 5536f6c2f24c4d5cbc0b23569130ec39c990149b Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 30 Oct 2024 11:57:46 +0100 Subject: [PATCH] test: remote redundant assertion --- test/helpers-asHTML.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/helpers-asHTML.test.ts b/test/helpers-asHTML.test.ts index a007b539..c6b06a9d 100644 --- a/test/helpers-asHTML.test.ts +++ b/test/helpers-asHTML.test.ts @@ -142,11 +142,6 @@ it("includes `dir` attribute on right-to-left languages", () => { const richTextFixtures = createRichTextFixtures() expect(asHTML(richTextFixtures.ar, { linkResolver })).toMatchSnapshot() - - // TODO: Remove when we remove support for deprecated tuple-style configuration. - expect(asHTML(richTextFixtures.ar, linkResolver)).toBe( - asHTML(richTextFixtures.ar, { linkResolver }), - ) }) it("returns null for nullish inputs", () => {