You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I'm testing my own code, not running your tests. But simply importing your code breaks my test runner (Mocha/Istanbul), because of the fake "Object" thing that's going on near that line of code, does that make sense?
When I run any mocha tests on files that include your module, they fail:
/Users/giro/stardust-app/node_modules/react-native-socket.io-client/socket.io.js:6381
var objectProto = Object.prototype,
^
TypeError: Cannot read property 'prototype' of undefined
The text was updated successfully, but these errors were encountered: