mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Update test expectations/thresholds previously failing on OS X.
Remove Node v5 from CI builds.
This commit is contained in:
@@ -14,7 +14,7 @@ describe('Partial image extraction', function() {
|
||||
if (err) throw err;
|
||||
assert.strictEqual(20, info.width);
|
||||
assert.strictEqual(20, info.height);
|
||||
fixtures.assertSimilar(fixtures.expected('extract.jpg'), data, done);
|
||||
fixtures.assertSimilar(fixtures.expected('extract.jpg'), data, { threshold: 8 }, done);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user