diff --git a/test/production/next-server-nft/next-server-nft.test.ts b/test/production/next-server-nft/next-server-nft.test.ts index 8a9b2c86d231eb..b855cd2ba01d1a 100644 --- a/test/production/next-server-nft/next-server-nft.test.ts +++ b/test/production/next-server-nft/next-server-nft.test.ts @@ -123,8 +123,7 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18 "/node_modules/client-only/*", "/node_modules/detect-libc/*", "/node_modules/next/dist/build/output/log.js", - "/node_modules/next/dist/build/segment-config/app/app-segment-config.js", - "/node_modules/next/dist/build/segment-config/app/app-segments.js", + "/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js", "/node_modules/next/dist/build/static-paths/utils.js", "/node_modules/next/dist/client/*", "/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js", @@ -163,8 +162,6 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18 "/node_modules/next/dist/compiled/strip-ansi/index.js", "/node_modules/next/dist/compiled/superstruct/index.cjs", "/node_modules/next/dist/compiled/ws/index.js", - "/node_modules/next/dist/compiled/zod-validation-error/index.js", - "/node_modules/next/dist/compiled/zod/index.cjs", "/node_modules/next/dist/experimental/testmode/context.js", "/node_modules/next/dist/experimental/testmode/fetch.js", "/node_modules/next/dist/experimental/testmode/httpget.js",