Skip to content

Commit

Permalink
Tests: fix typo s/implict/implicit (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-syn committed Jan 19, 2024
1 parent a3b45ce commit d2656a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/composite.js
Expand Up @@ -451,7 +451,7 @@ describe('composite', () => {
assert.strictEqual(info.height, 40);
});

it('Ensure implict unpremultiply after resize but before composite', async () => {
it('Ensure implicit unpremultiply after resize but before composite', async () => {
const [r, g, b, a] = await sharp({
create: {
width: 1, height: 1, channels: 4, background: 'saddlebrown'
Expand Down

0 comments on commit d2656a3

Please sign in to comment.