Ensure precision of trim threshold, update docs #914

This commit is contained in:
Lovell Fuller
2018-10-02 12:45:37 +01:00
parent 21fbe546b8
commit 60438ebfe5
4 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,6 @@ describe('Trim borders', function () {
if (err) throw err;
assert.strictEqual('jpeg', info.format);
assert.strictEqual(300, info.width);
assert.strictEqual(300, info.height);
fixtures.assertSimilar(expected, data, done);
});
});