Add support for Windows #19

Requires VIPS_HOME environment variable
This commit is contained in:
Lovell Fuller
2015-04-05 22:42:14 +01:00
parent ce6813329b
commit f1ad1216ca
3 changed files with 54 additions and 10 deletions

View File

@@ -722,9 +722,9 @@ describe('Input/output', function() {
sharp(fixtures.inputJpg)
.resize(320, 240)
.toBuffer(function(err) {
sharp.queue.removeListener('change', queueListener);
if (err) throw err;
assert.strictEqual(2, eventCounter);
sharp.queue.removeListener('change', queueListener);
done();
});
});