Skip to content

Commit

Permalink
Fix internal note
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 23, 2023
1 parent 95fe474 commit bd72bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test('remarkRetext', async function (t) {
await t.test('should bridge', async function () {
const file = await unified()
.use(remarkParse)
// @ts-expect-error: to do.
// @ts-expect-error: TS barfs on overloads that result in bridges.
.use(remarkRetext, unified().use(retextEnglish))
.use(remarkStringify)
.process('## Hello, world! ##')
Expand Down

0 comments on commit bd72bf2

Please sign in to comment.