Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ getEmitter
Method
getEmitter
packages/jest-watcher/src/JestHooks.ts:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
getEmitter(): Readonly<JestHookEmitter> {
79
return
this._emitter;
80
}
81
}
82
83
export
default JestHooks;
Callers
4
emitFileChange
Function · 0.80
startRun
Function · 0.80
runJest
Function · 0.80
watch.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected