()
| 484 | it(`should close the result observable when receiving an 'cancelled' event from the client`, async () => { |
| 485 | const et = new EventTarget(); |
| 486 | const cancel = () => et.dispatchEvent(new Event('cancelled')); |
| 487 | |
| 488 | const written: any[] = []; |
| 489 | const call = { |
no test coverage detected