MCPcopy
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
83export default JestHooks;

Callers 4

emitFileChangeFunction · 0.80
startRunFunction · 0.80
runJestFunction · 0.80
watch.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected