| 6 | |
| 7 | declare module 'vitest' { |
| 8 | interface Assertion<T = any> extends CustomMatchers<T> {} |
| 9 | interface AsymmetricMatchersContaining extends CustomMatchers {} |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…