Skip to content

Commit

Permalink
fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 12, 2022
1 parent 0da4b78 commit 0e4aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/eslint/test/index.test.js
Expand Up @@ -742,7 +742,7 @@ describe('ESLint', () => {
'img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.'
)
expect(fileOutput).toContain(
"Using `<img>` could result in slower LCP and higher bandwidth because it doesn't utilize Image Optimization. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element"
"Using `<img>` could result in slower LCP and higher bandwidth because it doesn't utilize Image Optimization. Use `<Image />` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-element"
)

expect(fileOutput).toContain('file-linting/pages/index.js')
Expand Down

0 comments on commit 0e4aef7

Please sign in to comment.