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

Method sharedUserContext

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

Source from the content-addressed store, hash-verified

161 }
162
163 sharedUserContext() {
164 if (!this.sharedContext) {
165 this.sharedContext = {};
166 }
167
168 return this.sharedContext;
169 }
170
171 clonedSharedUserContext() {
172 return this.sharedUserContext();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected