Release v0.26.1

This commit is contained in:
Lovell Fuller
2020-09-20 09:29:50 +01:00
parent 6c5cde363a
commit c4c43d525b
5 changed files with 5 additions and 9 deletions

View File

@@ -302,7 +302,7 @@ describe('Input/output', function () {
});
it('Fail when input is empty Buffer', function (done) {
if (sharp.format.magick.input.buffer) return this.skip(); // can be removed with libvips 8.10.0+
if (sharp.format.magick.input.buffer) return this.skip(); // can be removed with libvips 8.10.1+
sharp(Buffer.alloc(0)).toBuffer().then(function () {
assert(false);
done();