diff --git a/test/common.js b/test/common.js index e70662c..be4bfff 100644 --- a/test/common.js +++ b/test/common.js @@ -1,9 +1,9 @@ /** - * Common dependencies. + * Require should. */ -var ws = require('../lib/websocket.io') +should = require('should'); /** * Require parser utilities.