| 4 | import { setupServer } from 'msw/node' |
| 5 | |
| 6 | interface CustomMatchers<R = unknown> { |
| 7 | toRoughlyEqual: (actual: number, deviation: number) => R |
| 8 | } |
| 9 | |
| 10 | declare module 'vitest' { |
| 11 | interface Matchers<T = any> extends CustomMatchers<T> {} |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…