| 134 | |
| 135 | describe("single event map", () => { |
| 136 | interface BidirectionalEvents { |
| 137 | random: (a: number, b: string, c: number[]) => void; |
| 138 | } |
| 139 | |
| 140 | describe("on", () => { |
| 141 | it("infers correct types for listener parameters", (done) => { |
nothing calls this directly
no outgoing calls
no test coverage detected