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

Method clonedSharedUserContext

packages/jest-jasmine2/src/jasmine/Suite.ts:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 clonedSharedUserContext() {
172 return this.sharedUserContext();
173 }
174
175 onException(...args: Parameters<Spec['onException']>) {
176 if (args[0] instanceof ExpectationFailed) {

Callers 1

userContextMethod · 0.80

Calls 1

sharedUserContextMethod · 0.95

Tested by

no test coverage detected