Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 1, 2024
1 parent dfdcb50 commit db94be5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/mdx/test/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1390,13 +1390,6 @@ test('@mdx-js/mdx: compile (JSX)', async function (t) {
await t.test(
'should not inject a provider for JSX in expressions',
async function () {
console.log(
String(
await compile('{ <span /> }\n\nAnd also { <div /> }.', {
providerImportSource: '@mdx-js/react'
})
)
)
assert.equal(
String(
await compile('{ <span /> }\n\nAnd also { <div /> }.', {
Expand Down

0 comments on commit db94be5

Please sign in to comment.