Skip to content

Commit

Permalink
test: add placeceholder="blur" test
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 18, 2022
1 parent 2c9cc92 commit 2b3f337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/production/next/jest/index.test.ts
Expand Up @@ -27,7 +27,8 @@ describe('next/jest', () => {
export default function Page() {
return <>
<Comp />
<Image src={img} alt="logo"/>
<Image src={img} alt="logo" placeholder="blur"/>
<Image src={img} alt="logo 2"/>
<p>hello world</p>
</>
}
Expand Down

0 comments on commit 2b3f337

Please sign in to comment.