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

Method getResults

packages/jest-jasmine2/src/reporter.ts:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 getResults(): Promise<TestResult> {
148 return this._resultsPromise;
149 }
150
151 private _addMissingMessageToStack(stack: string, message?: string) {
152 // Some errors (e.g. Angular injection error) don't prepend error.message

Callers 2

jasmine2Function · 0.80
reporter.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected