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 ddd50da commit ef2ba1aCopy full SHA for ef2ba1a
test/production/next-server-nft/next-server-nft.test.ts
@@ -92,9 +92,6 @@ const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18
92
if (file.startsWith('/node_modules/next/dist/shared/')) {
93
return '/node_modules/next/dist/shared/*'
94
}
95
- if (file.startsWith('/node_modules/next/dist/shared/')) {
96
- return '/node_modules/next/dist/shared/*'
97
- }
98
} else if (
99
file.startsWith('/node_modules/react') ||
100
file.endsWith('.node')
0 commit comments