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 d937203 commit 3fc0d18Copy full SHA for 3fc0d18
test/integration/invalid-document-image-import/test/index.test.js
@@ -7,6 +7,7 @@ jest.setTimeout(1000 * 60 * 2)
7
const appDir = join(__dirname, '../')
8
const nextConfig = new File(join(appDir, 'next.config.js'))
9
10
+// Skipped in Turbopack as Turbopack doesn't have this error as it can process these imports.
11
;(process.env.IS_TURBOPACK_TEST ? describe.skip : describe)(
12
'Invalid static image import in _document',
13
() => {
0 commit comments