Conversation

VonRehberg

I implemented automatical notification of listeners, so that the test code does not need to have access to the productive socket instance to invoke the listeners.
Additionally it is now possible to fake a socket close and a message initialized by the backend.

@andresgazzoli

I was using angular-websocket and when I tried to test my service that use the lib I realized that a lot of functionality was not implemented in the mock. So I started adding them when I bumped into your pull request. I implemented my service's test cases using your mock's version and they run very well. Thanks for sharing your work.

@VonRehberg

Thanks a lot for your feedback!
Hope it will get merged soon :-)

@mikedaly

This PR is great! I hope this gets some attention and makes it into a release.

@@ -1,8 +1,8 @@
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(['module', 'angular'], factory);
define(["module", "angular"], factory);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why the quoting style changed. Single-quote seems to be more standard.

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.