Skip to content

Commit

Permalink
🥒
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 6, 2022
1 parent 354ce5c commit f4ba798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ test('"puppeteer-render-text 😊" html with multiple google fonts', async (t) =

const image0 = await sharp(output0).metadata()
console.log(image0)
t.true(inDelta(image0.width, 502, 5))
t.true(inDelta(image0.height, 79, 3))
t.true(inDelta(image0.width, 502, 20))
t.true(inDelta(image0.height, 79, 5))
t.is(image0.channels, 4)
t.is(image0.format, 'png')

Expand Down

0 comments on commit f4ba798

Please sign in to comment.