Skip to content

Commit eb3a867

Browse files
committed
Fix lint
1 parent f0c4186 commit eb3a867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/image-optimizer/test/index.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const imagesDir = join(appDir, '.next', 'cache', 'images')
2323
const nextConfig = new File(join(appDir, 'next.config.js'))
2424
const largeSize = 1080 // defaults defined in server/config.ts
2525
let nextOutput
26+
let buildOutput
2627
let appPort
2728
let app
2829
const sharpRuntimeWarning = `For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended`

0 commit comments

Comments
 (0)