Skip to content

Commit

Permalink
Update test/integration/image-optimizer/test/util.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
wyattjoh and styfle committed Aug 24, 2022
1 parent 93f7c09 commit ded1641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/image-optimizer/test/util.ts
Expand Up @@ -15,7 +15,7 @@ import {
waitFor,
} from 'next-test-utils'
import isAnimated from 'next/dist/compiled/is-animated'
import { RequestInit } from 'node-fetch'
import type { RequestInit } from 'node-fetch'

const largeSize = 1080 // defaults defined in server/config.ts
const sharpMissingText = `For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended`
Expand Down

0 comments on commit ded1641

Please sign in to comment.