Tests: fix typo s/implict/implicit (#3961)

This commit is contained in:
hugo-syn
2024-01-19 11:30:04 +01:00
committed by GitHub
parent a3b45ceccc
commit d2656a3679

View File

@@ -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'