Last active
August 29, 2015 14:23
-
-
Save andyhasit/131acfebde60fe03f0b0 to your computer and use it in GitHub Desktop.
MyWebSocket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angular.module('turboshell').factory('MyWebSocket', function() { | |
/* | |
This only exists so I can mock it. You can mock it too. Haha, look at it! It's so tiny! Hahahahhha! | |
*/ | |
return WebSocket; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment