Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jul 26, 2022
1 parent 9dc8d49 commit 9c05a79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gatsby-plugin-sharp/src/__tests__/index.js
Expand Up @@ -553,7 +553,9 @@ describe(`gatsby-plugin-sharp`, () => {
it(`handles really wide aspect ratios for blurred placeholder`, async () => {
const result = await base64({
file: getFileObject(
path.join(__dirname, `images/wide-aspect-ratio.png`)
path.join(__dirname, `images/wide-aspect-ratio.png`),
`wide-aspect-ratio`,
`1000x10`
),
args,
})
Expand Down

0 comments on commit 9c05a79

Please sign in to comment.