Remove deprecated interpolateWith method

Version bump dependencies
This commit is contained in:
Lovell Fuller
2016-07-25 16:11:50 +01:00
parent 4f1472d4ff
commit 7a9a4127a0
6 changed files with 9 additions and 21 deletions

View File

@@ -60,12 +60,4 @@ describe('Interpolators and kernels', function() {
});
});
describe('deprecated interpolateWith method still works', function() {
it('resize then interpolateWith', function() {
sharp().resize(1, 1).interpolateWith('bicubic');
});
it('interpolateWith then resize', function() {
sharp().interpolateWith('bicubic').resize(1, 1);
});
});
});