mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Disable libvips cache for unit tests
Aids memory leak detection
This commit is contained in:
@@ -6,6 +6,8 @@ var assert = require('assert');
|
||||
var sharp = require('../../index');
|
||||
var fixtures = require('../fixtures');
|
||||
|
||||
sharp.cache(0);
|
||||
|
||||
describe('Image metadata', function() {
|
||||
|
||||
it('JPEG', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user