Skip to content

Commit 53b6ae5

Browse files
committed
Run tests using ws, then using uws
1 parent 12079de commit 53b6ae5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
"gulp-mocha": "2.2.0",
4141
"mocha": "2.3.4",
4242
"s": "0.1.1",
43-
"superagent": "0.15.4"
43+
"superagent": "0.15.4",
44+
"uws": "^0.3.3"
4445
},
4546
"scripts": {
46-
"test": "./node_modules/.bin/gulp test"
47+
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
4748
},
4849
"repository": {
4950
"type": "git",

0 commit comments

Comments
 (0)