Skip to content

Commit

Permalink
unrelated
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 4, 2024
1 parent 883014d commit af7c16f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ test('components', async function (t) {
toJsxRuntime(h('h1', 'a'), {
...production,
passNode: true,
// @ts-expect-error: to do: investigate.
components: {h1: 'h2'}
})
),
Expand Down Expand Up @@ -839,7 +838,6 @@ test('mdx: jsx', async function (t) {
renderToStaticMarkup(
toJsxRuntime(
{type: 'mdxJsxTextElement', name: 'a', attributes: [], children: []},
// @ts-expect-error: to do: investigate.
{...production, components: {a: 'b'}}
)
),
Expand Down

0 comments on commit af7c16f

Please sign in to comment.