Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onResult
Method · 0.80
onFailure
Method · 0.80
scheduleTests
Method · 0.80
#createInBandTestRun
Method · 0.80
runTestInWorker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected