| 7 | |
| 8 | declare module 'vitest' { |
| 9 | interface Assertion |
| 10 | extends CustomPathMatchers, |
| 11 | CustomMarkdownTableMatchers, |
| 12 | JestExtendedMatchers {} |
| 13 | |
| 14 | interface AsymmetricMatchersContaining |
| 15 | extends CustomAsymmetricPathMatchers, |
nothing calls this directly
no outgoing calls
no test coverage detected