Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed May 4, 2023
1 parent 1170979 commit 5bc4e43
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
it('should throw a good error when parsing file fails', async () => {
await expect(import('./broken')).rejects.toMatchObject({
message:
"Could not parse module '[project]/packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/basic/error/input/broken.js'",
"Could not parse module '[project]/packages/next-swc/crates/next-dev-tests/tests/temp/turbopack/basic/error/input/broken.js'",
})
})

0 comments on commit 5bc4e43

Please sign in to comment.