()
| 255 | }, 200); |
| 256 | const controller = new AbortController(); |
| 257 | const handlerFunc = () => { |
| 258 | done('FAIL'); |
| 259 | }; |
| 260 | controller.signal.addEventListener('abort', handlerFunc); |
| 261 | controller.signal.removeEventListener('abort', handlerFunc); |
| 262 | controller.abort(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…