From 664892bba9d01441eaa16e7be4d8f859c36591d0 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 6 Oct 2017 15:15:43 +0200 Subject: [PATCH] Complexity already fixed --- test/support/assert.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/support/assert.js b/test/support/assert.js index 44309d89..bcb186aa 100644 --- a/test/support/assert.js +++ b/test/support/assert.js @@ -77,7 +77,6 @@ function randomImagePath() { return path.resolve('test/results/png/image-test-' + Date.now() + '.png'); } -// jshint maxcomplexity:9 assert.response = function(server, req, res, callback) { if (!callback) { callback = res;