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

Method onException

packages/jest-jasmine2/src/jasmine/Spec.ts:197–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 this.currentRun = this.queueRunnerFactory({
196 queueableFns: allFns,
197 onException() {
198 // @ts-expect-error: wrong context
199 self.onException.apply(self, arguments);
200 },
201 userContext: this.userContext(),
202 setTimeout,
203 clearTimeout,

Callers 3

mapperFunction · 0.45
uncaughtMethod · 0.45

Calls 7

pendMethod · 0.95
addExpectationResultMethod · 0.95
isAssertionErrorMethod · 0.95
assertionErrorMessageFunction · 0.50
applyMethod · 0.45

Tested by

no test coverage detected