MCPcopy
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

watchFunction · 0.45
watch.test.jsFile · 0.45
_fakeNextTickMethod · 0.45
_fakeSetImmediateMethod · 0.45
_fakeSetIntervalMethod · 0.45
_fakeSetTimeoutMethod · 0.45
execFunctionFunction · 0.45
execFunctionFunction · 0.45
matchArityFunction · 0.45
getObjectTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected