Skip to content

Commit c1f141a

Browse files
committed
Fix typo in tests
1 parent 4fcc0cd commit c1f141a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test('markdown -> mdast', function (t) {
4646
fixtureHtml = example.output.slice(0, -1)
4747
}
4848

49-
md = toMarkdown(mdast, {extensions: gfm.toMarkdown()})
49+
md = toMarkdown(mdast, {extensions: [gfm.toMarkdown()]})
5050

5151
try {
5252
fixtureMarkdown = String(fs.readFileSync(fixtureMarkdownPath))

0 commit comments

Comments
 (0)