Disable libvips cache for unit tests

Aids memory leak detection
This commit is contained in:
Lovell Fuller
2014-11-11 18:09:48 +00:00
parent 32d9bc204a
commit e465306d97
13 changed files with 26 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ var semver = require('semver');
var sharp = require('../../index');
var fixtures = require('../fixtures');
sharp.cache(0);
describe('Input/output', function() {
it('Read from File and write to Stream', function(done) {