Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ apply
Method
apply
packages/jest-core/src/__tests__/watch.test.js:589–591 ·
view source on GitHub ↗
(jestHooks)
Source
from the content-addressed store, hash-verified
587
() =>
588
class
WatchPlugin {
589
apply(jestHooks) {
590
jestHooks.onFileChange(onFileChange);
591
}
592
},
593
{virtual: true},
594
);
Callers
15
watch
Function · 0.45
watchTestNamePatternMode.test.js
File · 0.45
watch.test.js
File · 0.45
watchFilenamePatternMode.test.js
File · 0.45
_fakeNextTick
Method · 0.45
_fakeSetImmediate
Method · 0.45
_fakeSetInterval
Method · 0.45
_fakeSetTimeout
Method · 0.45
execFunction
Function · 0.45
execFunction
Function · 0.45
matchArity
Function · 0.45
getObjectType
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected