MCPcopy
hub / github.com/vuejs/core / toHaveBeenWarnedLast

Method toHaveBeenWarnedLast

scripts/setup-vitest.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8interface CustomMatchers<R = unknown> {
9 toHaveBeenWarned(): R
10 toHaveBeenWarnedLast(): R
11 toHaveBeenWarnedTimes(n: number): R
12}
13

Callers 5

computed.spec.tsFile · 0.80
assertValueFunction · 0.80
readonly.spec.tsFile · 0.80
patchProps.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

assertValueFunction · 0.64