We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2327 commit 7f7c72dCopy full SHA for 7f7c72d
test/integration/edge-runtime-dynamic-code/test/index.test.js
@@ -118,7 +118,7 @@ describe.each([
118
'\n at middleware (../../test/integration/edge-runtime-dynamic-code/middleware.js:12:53)' +
119
// Next.js internal frame. Feel free to adjust.
120
// 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'
+ '\n at ../packages/next/dist'
122
)
123
} else {
124
expect(output).toContain(
0 commit comments