Speed up limitInputPixels test case

Update changelog
This commit is contained in:
Lovell Fuller
2016-04-04 12:48:53 +01:00
parent 8c9c070caf
commit 71fb839e2b
2 changed files with 9 additions and 0 deletions

View File

@@ -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();