mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 12:00:14 +02:00
Ensure the tests for #1477 pass on OS X
This commit is contained in:
parent
541e7104fd
commit
f25dbd5f61
@ -21,7 +21,8 @@ describe('Recomb', function () {
|
||||
assert.strictEqual(450, info.height);
|
||||
fixtures.assertMaxColourDistance(
|
||||
output,
|
||||
fixtures.expected('Landscape_1-recomb-sepia.jpg')
|
||||
fixtures.expected('Landscape_1-recomb-sepia.jpg'),
|
||||
17
|
||||
);
|
||||
done();
|
||||
});
|
||||
@ -42,7 +43,8 @@ describe('Recomb', function () {
|
||||
assert.strictEqual(768, info.height);
|
||||
fixtures.assertMaxColourDistance(
|
||||
output,
|
||||
fixtures.expected('alpha-recomb-sepia.png')
|
||||
fixtures.expected('alpha-recomb-sepia.png'),
|
||||
17
|
||||
);
|
||||
done();
|
||||
});
|
||||
@ -96,7 +98,8 @@ describe('Recomb', function () {
|
||||
assert.strictEqual(450, info.height);
|
||||
fixtures.assertMaxColourDistance(
|
||||
output,
|
||||
fixtures.expected('Landscape_1-recomb-saturation.jpg')
|
||||
fixtures.expected('Landscape_1-recomb-saturation.jpg'),
|
||||
37
|
||||
);
|
||||
done();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user