mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Docs: changelog and credit for #3556
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user