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

Function getLog

e2e/__tests__/custom-jsdom-version.test.ts:13–13  ·  view source on GitHub ↗
(result: RunJestResult)

Source from the content-addressed store, hash-verified

11import {runYarnInstall} from '../Utils';
12
13const getLog = (result: RunJestResult) => result.stdout.split('\n')[1].trim();
14
15const dir = path.resolve(__dirname, '../custom-jsdom-version/v27');
16

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected