MCPcopy
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

constructorMethod · 0.95
onExceptionMethod · 0.95
promisifyItFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected