MCPcopy
hub / github.com/vuejs/composition-api / JestAssertion

Interface JestAssertion

test/helpers/mockWarn.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 namespace Vi {
3 interface JestAssertion<T> {
4 toHaveBeenWarned(): T
5 toHaveBeenWarnedLast(): T
6 toHaveBeenWarnedTimes(n: number): T
7 }
8 }
9}
10

Callers 9

use.spec.tsFile · 0.80
watch.spec.jsFile · 0.80
readonly.spec.tsFile · 0.80
h.spec.tsFile · 0.80
computed.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…