Skip to content

Commit 7f7c72d

Browse files
committed
fixup
1 parent 97a2327 commit 7f7c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/edge-runtime-dynamic-code/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe.each([
118118
'\n at middleware (../../test/integration/edge-runtime-dynamic-code/middleware.js:12:53)' +
119119
// Next.js internal frame. Feel free to adjust.
120120
// Not ignore-listed because we're not in an isolated app and Next.js is symlinked so it's not in node_modules
121-
'\n at eval (../packages/next/dist'
121+
'\n at ../packages/next/dist'
122122
)
123123
} else {
124124
expect(output).toContain(

0 commit comments

Comments
 (0)