Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ getTextAfterTest
Function
getTextAfterTest
e2e/__tests__/detectOpenHandles.ts:11–13 ·
view source on GitHub ↗
(stderr: string)
Source
from the content-addressed store, hash-verified
9
import
runJest, {runContinuous} from
'../runJest'
;
10
11
function
getTextAfterTest(stderr: string) {
12
return
(stderr.split(/Ran all test suites(.*)\n/)[2] ||
''
).trim();
13
}
14
15
beforeAll(() => {
16
jest.retryTimes(3);
Callers
1
detectOpenHandles.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected