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