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
Post a Comment