Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ fn
Function
fn
test/core/test/jest-mock.test.ts:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
101
it(
'implementation types allow only function returned types'
, () => {
102
function
fn() {
103
return
1
104
}
105
106
function
asyncFn() {
107
return
Promise.resolve(1)
Callers
12
jest-mock.test.ts
File · 0.70
safeCall
Function · 0.70
handler
Function · 0.70
fn.test.ts
File · 0.70
handled-unhandled.test.ts
File · 0.70
toBeJestCompatible
Function · 0.70
snapshot.test.ts
File · 0.70
jest-expect.test.ts
File · 0.70
basic-fixture.ts
File · 0.50
capture
Method · 0.50
vi-fn.test.ts
File · 0.50
konst.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected