Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ strawberry
Function
strawberry
examples/module-mock/fruit.js:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
export
const
apple =
'apple'
;
4
5
export
const
strawberry = () =>
'strawberry'
;
6
7
export
default () =>
'banana'
;
Callers
3
full_mock.js
File · 0.90
partial_mock.js
File · 0.90
mock_per_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected