Skip to content

Commit db94be5

Browse files
committed
Remove stray console.log
1 parent dfdcb50 commit db94be5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/mdx/test/compile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,13 +1390,6 @@ test('@mdx-js/mdx: compile (JSX)', async function (t) {
13901390
await t.test(
13911391
'should not inject a provider for JSX in expressions',
13921392
async function () {
1393-
console.log(
1394-
String(
1395-
await compile('{ <span /> }\n\nAnd also { <div /> }.', {
1396-
providerImportSource: '@mdx-js/react'
1397-
})
1398-
)
1399-
)
14001393
assert.equal(
14011394
String(
14021395
await compile('{ <span /> }\n\nAnd also { <div /> }.', {

0 commit comments

Comments
 (0)