Skip to content

Commit

Permalink
remove unused variable from test
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Mar 1, 2018
1 parent d20312e commit 99dad5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion test/proxyquire-non-object.js
Expand Up @@ -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 () {
Expand Down

0 comments on commit 99dad5c

Please sign in to comment.