Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Commit

Permalink
And obviously mocha is also unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed May 5, 2012
1 parent 7951c77 commit 86fdbbd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/bagofholding.js
@@ -1,5 +1,4 @@
var bag = require('../lib/bagofholding'),
mocha = require('mocha'),
sandbox = require('sandboxed-module'),
should = require('should'),
checks, mocks;
Expand Down
1 change: 0 additions & 1 deletion test/mock.js
@@ -1,5 +1,4 @@
var bag = require('bagofholding'),
mocha = require('mocha'),
sandbox = require('sandboxed-module'),
should = require('should'),
checks, mocks,
Expand Down
1 change: 0 additions & 1 deletion test/obj.js
@@ -1,5 +1,4 @@
var bag = require('bagofholding'),
mocha = require('mocha'),
sandbox = require('sandboxed-module'),
should = require('should'),
checks, mocks;
Expand Down

0 comments on commit 86fdbbd

Please sign in to comment.