| 21 | |
| 22 | declare module "vitest" { |
| 23 | interface Assertion<T = any> extends CustomMatchers<T> {} |
| 24 | interface AsymmetricMatchersContaining extends CustomMatchers {} |
| 25 | } |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…