From 99dad5c334aa624a5a7afd2f1a57ec2459aaee0b Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Thu, 1 Mar 2018 10:11:39 -0800 Subject: [PATCH] remove unused variable from test --- package.json | 2 +- test/proxyquire-non-object.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8817be1..184d3c7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Thorsten Lorenz", "license": "MIT", "devDependencies": { - "mocha": "~3.1", + "mocha": "^3.5.3", "native-hello-world": "^1.0.0", "should": "~3.3", "sinon": "~1.9", diff --git a/test/proxyquire-non-object.js b/test/proxyquire-non-object.js index a0b56d9..46fbffb 100644 --- a/test/proxyquire-non-object.js +++ b/test/proxyquire-non-object.js @@ -11,7 +11,6 @@ describe('Given foo requires the boof, foonum and foobool modules and boof is a var boofber = 'a_string' var foonumber = 4 var fooboolber = false - var emptyarray = [] var fooarray = ['x', 'y', 'z'] describe('When I resolve foo with boofber stub as boof.', function () {