These are failing because MockSocket doesn't implement an EventTarget interface like an actual WebSocket does, so we get an exception when trying to call addEventListener on it. :( // FREEBIE