Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ toString
Method
toString
packages/jest-mock/src/__tests__/index.test.ts:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
class
ClassFoo {
234
foo() {}
235
toString() {
236
return
'Foo'
;
237
}
238
}
239
240
const
ClassFooMock = moduleMocker.generateFromMetadata(
Callers
15
runTest
Function · 0.45
buildTestPathPatterns
Function · 0.45
parseWorkers
Function · 0.45
getCacheDirectory
Function · 0.45
onKeypress
Function · 0.45
escapeControlCharacters
Function · 0.45
BaseWorkerPool.test.ts
File · 0.45
_detectOutOfMemoryCrash
Method · 0.45
assert
Method · 0.45
assert
Method · 0.45
write
Function · 0.45
readGlobalsCleanupConfig
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected