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:
@@ -5,6 +5,8 @@ var assert = require('assert');
|
||||
var sharp = require('../../index');
|
||||
var fixtures = require('../fixtures');
|
||||
|
||||
sharp.cache(0);
|
||||
|
||||
describe('Blur', function() {
|
||||
|
||||
it('specific radius', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user