Skip to content

Commit 3fc0d18

Browse files
authored
Turbopack Build: Add comment explaining reason for skipped test (#79418)
1 parent d937203 commit 3fc0d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/invalid-document-image-import/test/index.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jest.setTimeout(1000 * 60 * 2)
77
const appDir = join(__dirname, '../')
88
const nextConfig = new File(join(appDir, 'next.config.js'))
99

10+
// Skipped in Turbopack as Turbopack doesn't have this error as it can process these imports.
1011
;(process.env.IS_TURBOPACK_TEST ? describe.skip : describe)(
1112
'Invalid static image import in _document',
1213
() => {

0 commit comments

Comments
 (0)