Skip to content

Commit

Permalink
Removed unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 23, 2015
1 parent 381db7e commit 94ae443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/BeanBag.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*global describe, it, emit, __dirname*/
var BeanBag = require('../lib/BeanBag'),
unexpected = require('unexpected'),
pathModule = require('path'),
passError = require('passerror');
pathModule = require('path');

describe('BeanBag', function () {
var expect = unexpected.clone()
Expand Down

0 comments on commit 94ae443

Please sign in to comment.