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 93c708f commit 09f1265
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('Error Overlay for server components compiler errors in pages', () => {
if (process.env.TURBOPACK) {
expect(next.normalizeTestDirContent(await session.getRedboxSource()))
.toMatchInlineSnapshot(`
"./components/Comp.js:1:0
"./components/Comp.js:1:1
Parsing ecmascript source code failed
> 1 | import { cookies } from 'next/headers'
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('Error Overlay for server components compiler errors in pages', () => {
if (process.env.TURBOPACK) {
expect(next.normalizeTestDirContent(await session.getRedboxSource()))
.toMatchInlineSnapshot(`
"./components/Comp.js:1:0
"./components/Comp.js:1:1
Parsing ecmascript source code failed
> 1 | import 'server-only'
| ^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 09f1265

Please sign in to comment.