Docs: changelog and credit for #3556

This commit is contained in:
Lovell Fuller
2023-02-18 12:50:58 +00:00
parent 6f0e6f2e65
commit 863e37455a
6 changed files with 36 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ describe('Extend', function () {
it('invalid extendWith fails', () => {
assert.throws(
() => sharp().extend({ extendWith: 'invalid-value' }),
/Expected valid value for extendWith but received invalid-value of type string/
/Expected one of: background, copy, repeat, mirror for extendWith but received invalid-value of type string/
);
});
it('can set all edges apart from right', () => {