Skip to content

Commit

Permalink
🤷‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Oct 4, 2023
1 parent f63e0c7 commit a2260e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ test('[text] shapeFromText can optionally render text in a requested color', asy
// this test renders a black canvas in a headless browser
// but works fine when it is not headless
// eslint-disable-next-line ava/no-skip-test
test.skip('[text] shoots confetti of an emoji shape', async t => {
(headless ? test.skip : test)('[text] shoots confetti of an emoji shape', async t => {
const page = t.context.page = await fixturePage();

const fontFace = await loadFont(page);
Expand Down

0 comments on commit a2260e8

Please sign in to comment.