Skip to content

Commit

Permalink
fixup! Reapply "Turbopack: convert between locations correctly (#61477)…
Browse files Browse the repository at this point in the history
…" (#61733)
  • Loading branch information
wbinnssmith committed Feb 6, 2024
1 parent 633ca3c commit 93c708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/development/acceptance-app/rsc-build-errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ describe('Error overlay - RSC build errors', () => {
if (process.env.TURBOPACK) {
expect(next.normalizeTestDirContent(await session.getRedboxSource()))
.toMatchInlineSnapshot(`
"./app/server-with-errors/error-file/error.js:1:0
"./app/server-with-errors/error-file/error.js:1:1
Parsing ecmascript source code failed
> 1 | export default function Error() {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 93c708f

Please sign in to comment.