Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2023
1 parent dcabd6d commit e34cdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdx/test/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,9 @@ test('@mdx-js/mdx: compile', async function (t) {
const match = /at Component \(([^)]+)\)/.exec(String(exception.stack))
// To do: check if this works on windows.
const place = base.pathname + 'unknown.mdx:2:3'
console.log('windows?', base.pathname, place, match?.[1])
return place === match?.[1]
},
'should support source maps'
}
)

await fs.unlink(url)
Expand Down

0 comments on commit e34cdd6

Please sign in to comment.