()
| 974 | |
| 975 | it(`should add handler`, () => { |
| 976 | sinon.stub(server as any, class="st">'messageHandlers').value({ set() {} }); |
| 977 | |
| 978 | const messageHandlersSetSpy = sinon.spy( |
| 979 | untypedServer.messageHandlers, |
nothing calls this directly
no outgoing calls
no test coverage detected