Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2023
1 parent 07ee005 commit 686c29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdx/test/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
)
Expand Down

0 comments on commit 686c29a

Please sign in to comment.