Skip to content

Commit 4ae7a5b

Browse files
committed
[refactor] Rewrite tests to use saner vows idioms. Update tests to use latest socket.io
1 parent fd16aeb commit 4ae7a5b

17 files changed

+767
-1447
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"request": "1.9.x",
2626
"vows": "0.5.x",
2727
"async": "0.1.x",
28-
"socket.io": "0.6.17"
28+
"socket.io": "0.9.6",
29+
"socket.io-client": "0.9.6",
30+
"ws": "0.4.21"
2931
},
3032
"main": "./lib/node-http-proxy",
3133
"bin": {

0 commit comments

Comments
 (0)