Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Dec 2, 2023
1 parent 62a8e32 commit b7ec1c1
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 @@ -655,7 +655,7 @@ test('[paths] `shapeFromPath` crops the shape and centers in the middle of the a
});
});

test('[path] shoots confetti of a custom shape', async t => {
test('[paths] shoots confetti of a custom shape', async t => {
const page = t.context.page = await fixturePage();

const shape = await page.evaluate(`
Expand Down

0 comments on commit b7ec1c1

Please sign in to comment.