From eb3a867ca384ab89a8aa74fd66d1a7d77b13a676 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 10 Aug 2021 20:47:41 -0400 Subject: [PATCH] Fix lint --- test/integration/image-optimizer/test/index.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/image-optimizer/test/index.test.js b/test/integration/image-optimizer/test/index.test.js index e172a71743c876a..234b331282c7c4c 100644 --- a/test/integration/image-optimizer/test/index.test.js +++ b/test/integration/image-optimizer/test/index.test.js @@ -23,6 +23,7 @@ const imagesDir = join(appDir, '.next', 'cache', 'images') const nextConfig = new File(join(appDir, 'next.config.js')) const largeSize = 1080 // defaults defined in server/config.ts let nextOutput +let buildOutput let appPort let app const sharpRuntimeWarning = `For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended`