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

Method time

packages/jest-test-sequencer/src/index.ts:251–254  ·  view source on GitHub ↗
(test: Test)

Source from the content-addressed store, hash-verified

249 }
250
251 private time(test: Test) {
252 const cache = this._getCache(test);
253 return cache[test.path]?.[1];
254 }
255}

Callers 1

sortMethod · 0.95

Calls 1

_getCacheMethod · 0.95

Tested by

no test coverage detected