Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 15, 2023
1 parent f93e7e4 commit 158083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ const remarkStringify: Plugin<[], MdastRoot, string> = function () {
// Empty.
}

expectType<Uint8Array | string>(
expectType<string>(
unified().use(remarkStringify).stringify({type: 'root', children: []})
)

Expand Down

0 comments on commit 158083b

Please sign in to comment.