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

Function normalizeDots

e2e/__tests__/failures.test.ts:14–14  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

12const dir = path.resolve(__dirname, '../failures');
13
14const normalizeDots = (text: string) => text.replaceAll(/\.+$/gm, '.');
15
16function cleanStderr(stderr: string) {
17 const {rest} = extractSummary(stderr);

Callers 1

failures.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected