Skip to content

Commit

Permalink
Exposed should as common dependency.
Browse files Browse the repository at this point in the history
No longer require `websocket.io` here, not needed.
  • Loading branch information
rauchg committed Dec 21, 2011
1 parent 0d3824b commit 60e797f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common.js
@@ -1,9 +1,9 @@

/**
* Common dependencies.
* Require should.
*/

var ws = require('../lib/websocket.io')
should = require('should');

/**
* Require parser utilities.
Expand Down

0 comments on commit 60e797f

Please sign in to comment.