| 11 | dayjs.extend(duration) |
| 12 | |
| 13 | interface WindowCoverageObject { |
| 14 | coverage: unknown |
| 15 | pathname: string |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Sends collected code coverage object to the backend code |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…