Chalisi
Chalisi
I didn't try to spy the emit function but in the test I listen to the event emited and put a mock in the callback. Then when the emit is...
In the meantime I found that force a new connection avoid this issue. But if one test fail all the following tests will trigger this `Error: A mock server is...
Before upgrading to version 8.0.5 It 'worked' by doubling the array mockServer.emit('surveys', [[ { id: 1, name: 'Survey 1' }, { id: 2, name: 'Survey 2' }, { id: 3,...