MCPcopy
hub / github.com/Unleash/unleash / CustomMatchers

Interface CustomMatchers

src/test/vitest.d.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import 'vitest';
2
3interface CustomMatchers<
4 R = string | RegExp | Constructable | Error | undefined,
5> {
6 errorWithMessage: (message) => R;
7}
8
9declare module 'vitest' {
10 interface Assertion<T = any> extends CustomMatchers<T> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected