| 1 | import type { CustomCommands } from './setup/browser-commands.ts' |
| 2 | |
| 3 | interface CustomMatchers<R = unknown> { |
| 4 | toHaveBeenTipped: () => R |
| 5 | toHaveBeenWarned: () => R |
| 6 | } |
| 7 | |
| 8 | declare module 'vitest' { |
| 9 | interface Assertion<T = any> extends CustomMatchers<T> {} |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…