Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ bar
Method
bar
packages/jest-mock/src/__tests__/index.test.ts:81–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
it(
'retrieves metadata for ES6 classes'
, () => {
80
class
ClassFooMock {
81
bar() {}
82
}
83
const
fooInstance =
new
ClassFooMock();
84
const
metadata = moduleMocker.getMetadata(fooInstance);
Callers
1
index.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected