Skip to content

Commit

Permalink
test: remote redundant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 30, 2024
1 parent 1b689bf commit 5536f6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/helpers-asHTML.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 5536f6c

Please sign in to comment.