Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
declare 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.ts
File · 0.80
setupContext.spec.ts
File · 0.80
ssrReactive.spec.ts
File · 0.80
watch.spec.js
File · 0.80
effectScope.spec.ts
File · 0.80
readonly.spec.ts
File · 0.80
useCssModule.spec.ts
File · 0.80
h.spec.ts
File · 0.80
computed.spec.ts
File · 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…