MCPcopy
hub / github.com/mswjs/msw / CustomMatchers

Interface CustomMatchers

test/node/rest-api/response/body-stream.node.test.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { setupServer } from 'msw/node'
5
6interface CustomMatchers<R = unknown> {
7 toRoughlyEqual: (actual: number, deviation: number) => R
8}
9
10declare module 'vitest' {
11 interface Matchers<T = any> extends CustomMatchers<T> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…