node.js - Automatic Testing of socket using jasmine -


currently, using frisby testing framework in project test api end-points using jasmine-node. using sockets.io in project notification between client/server , working fine. how can test socket.io integration/implementation jasmine-node (without using mocha)? suggestion appreciated.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -