JustMaier/angular-signalr-hub

Fake hub

Opened this issue · 1 comments

Is there a way to fake a hub that doesn't exist with angular-signalr-hub?
It would be nice to have a service like angular-mocks ngMockE2E in a backend-less app.

Hey @fduverger I don't think there is a good solution to fake the interaction with signalr, but you might post over at the signalr repo and see what they come back with.

Alternatively, you might mock you Hub wrapper instead.