Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ pend
Method
pend
packages/jest-jasmine2/src/jasmine/Spec.ts:254–259 ·
view source on GitHub ↗
(message?: string)
Source
from the content-addressed store, hash-verified
252
}
253
254
pend(message?: string) {
255
this.markedPending = true;
256
if
(message) {
257
this.result.pendingReason = message;
258
}
259
}
260
261
todo() {
262
this.markedTodo = true;
Callers
3
constructor
Method · 0.95
onException
Method · 0.95
promisifyIt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected