Dependency version bumps

This commit is contained in:
Lovell Fuller
2016-08-01 20:23:45 +01:00
parent da0dc28bc4
commit e68a14c94c
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ describe('Trim borders', function() {
describe('Invalid thresholds', function() {
[-1, 100, 'fail', {}].forEach(function(threshold) {
it(threshold, function() {
it(JSON.stringify(threshold), function() {
assert.throws(function() {
sharp().trim(threshold);
});