Skip to content

Commit

Permalink
ignoring purposeful lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Oct 4, 2023
1 parent 0b8ab27 commit 97b2e4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const testPage = async () => {

// eslint-disable-next-line no-console
page.on('pageerror', err => console.error(err));
// eslint-disable-next-line no-console
page.on('console', msg => console.log(msg.text()));

return page;
Expand Down Expand Up @@ -796,6 +797,7 @@ test('[text] shoots confetti of an emoji shape', async t => {
scalar: 10,
flat: 1,
ticks: 1000,
// eslint-disable-next-line no-undef
shapes: [() => confetti.shapeFromText({ text: '😀', fontFamily: __fontFamily, scalar: 10 })]
});
t.context.image = await readImage(t.context.buffer);
Expand Down

0 comments on commit 97b2e4d

Please sign in to comment.