Skip to content

Commit cbdffd0

Browse files
committed
Fix a stale snapshot
1 parent 72a32c3 commit cbdffd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/production/next-server-nft/next-server-nft.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
123123
"/node_modules/client-only/*",
124124
"/node_modules/detect-libc/*",
125125
"/node_modules/next/dist/build/output/log.js",
126-
"/node_modules/next/dist/build/segment-config/app/app-segment-config.js",
127-
"/node_modules/next/dist/build/segment-config/app/app-segments.js",
126+
"/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js",
128127
"/node_modules/next/dist/build/static-paths/utils.js",
129128
"/node_modules/next/dist/client/*",
130129
"/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js",
@@ -163,8 +162,6 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
163162
"/node_modules/next/dist/compiled/strip-ansi/index.js",
164163
"/node_modules/next/dist/compiled/superstruct/index.cjs",
165164
"/node_modules/next/dist/compiled/ws/index.js",
166-
"/node_modules/next/dist/compiled/zod-validation-error/index.js",
167-
"/node_modules/next/dist/compiled/zod/index.cjs",
168165
"/node_modules/next/dist/experimental/testmode/context.js",
169166
"/node_modules/next/dist/experimental/testmode/fetch.js",
170167
"/node_modules/next/dist/experimental/testmode/httpget.js",

0 commit comments

Comments
 (0)