mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Speed up limitInputPixels test case
Update changelog
This commit is contained in:
@@ -879,6 +879,7 @@ describe('Input/output', function() {
|
||||
it('Disabling limit works', function(done) {
|
||||
sharp(fixtures.inputPngLarge)
|
||||
.limitInputPixels(false)
|
||||
.resize(2)
|
||||
.toBuffer(function(err) {
|
||||
assert.strictEqual(true, !err);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user