MCPcopy
hub / github.com/jestjs/jest / isInterrupted

Method isInterrupted

packages/jest-watcher/src/TestWatcher.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 isInterrupted(): boolean {
30 return this.state.interrupted;
31 }
32
33 isWatchMode(): boolean {
34 return this._isWatchMode;

Callers 5

onResultMethod · 0.80
onFailureMethod · 0.80
scheduleTestsMethod · 0.80
#createInBandTestRunMethod · 0.80
runTestInWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected