UNPKG

cypress-signalr-mock

Version:

An easy way to mock a SignalR server which can send and receive messages during Cypress tests.

5 lines (4 loc) 78 B
export default interface IServerInvoke { action: string; args: any; }