Skip to content

Commit

Permalink
Fix test failure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 4, 2024
1 parent 85c53fb commit f6c9317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-loader/test/index.js
Expand Up @@ -89,7 +89,7 @@ test('@mdx-js/node-loader', async function (t) {
assert.equal(error.message, 'Boom')
// Source maps are off.
// The column should be 26, not 8.
assert(error.stack?.includes('/crash.mdx:2:8)'))
assert(error.stack?.includes('crash.mdx:2:8)'))
return true
}
)
Expand Down

0 comments on commit f6c9317

Please sign in to comment.