| 3 | |
| 4 | declare module 'vitest' { |
| 5 | interface Assertion<T = any> extends jest.Matchers<void, T>, TestingLibraryMatchers<T, void> {} |
| 6 | interface AsymmetricMatchersContaining extends TestingLibraryMatchers<any, void> {} |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected