Skip to content

Commit af7c16f

Browse files
committed
unrelated
1 parent 883014d commit af7c16f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ test('components', async function (t) {
587587
toJsxRuntime(h('h1', 'a'), {
588588
...production,
589589
passNode: true,
590-
// @ts-expect-error: to do: investigate.
591590
components: {h1: 'h2'}
592591
})
593592
),
@@ -839,7 +838,6 @@ test('mdx: jsx', async function (t) {
839838
renderToStaticMarkup(
840839
toJsxRuntime(
841840
{type: 'mdxJsxTextElement', name: 'a', attributes: [], children: []},
842-
// @ts-expect-error: to do: investigate.
843841
{...production, components: {a: 'b'}}
844842
)
845843
),

0 commit comments

Comments
 (0)