Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
const
dir = path.resolve(__dirname,
'../failures'
);
13
14
const
normalizeDots = (text: string) => text.replaceAll(/\.+$/gm,
'.'
);
15
16
function
cleanStderr(stderr: string) {
17
const
{rest} = extractSummary(stderr);
Callers
1
failures.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected