MCPcopy
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

9import runJest, {runContinuous} from '../runJest';
10
11function getTextAfterTest(stderr: string) {
12 return (stderr.split(/Ran all test suites(.*)\n/)[2] || '').trim();
13}
14
15beforeAll(() => {
16 jest.retryTimes(3);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected