MCPcopy
hub / github.com/vuetifyjs/vuetify / CustomMatchers

Interface CustomMatchers

packages/vuetify/test/globals.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { CustomCommands } from './setup/browser-commands.ts'
2
3interface CustomMatchers<R = unknown> {
4 toHaveBeenTipped: () => R
5 toHaveBeenWarned: () => R
6}
7
8declare module 'vitest' {
9 interface Assertion<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…