diff --git a/packages/mdx/test/compile.js b/packages/mdx/test/compile.js index 1c96f3048..af514de17 100644 --- a/packages/mdx/test/compile.js +++ b/packages/mdx/test/compile.js @@ -1001,6 +1001,7 @@ test('@mdx-js/mdx: compile', async function (t) { // To do: check if this works on windows. const expected = base.pathname + 'unknown.mdx:2:3' const actual = match?.[1].split(/\\|\//g).join('/') + console.log('windows?', base.pathname, match?.[1], actual, expected) return actual === expected } )