Skip to content

Commit ef2ba1a

Browse files
authored
Update test/production/next-server-nft/next-server-nft.test.ts
1 parent ddd50da commit ef2ba1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
9292
if (file.startsWith('/node_modules/next/dist/shared/')) {
9393
return '/node_modules/next/dist/shared/*'
9494
}
95-
if (file.startsWith('/node_modules/next/dist/shared/')) {
96-
return '/node_modules/next/dist/shared/*'
97-
}
9895
} else if (
9996
file.startsWith('/node_modules/react') ||
10097
file.endsWith('.node')

0 commit comments

Comments
 (0)