I\'m writing unit tests with jest and I want to mock the socket.io-client module so I can test an es6 class that\'s using it.
Here\'s a simplified version of the class: