Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ replaceSeed
Function
replaceSeed
e2e/Utils.ts:196–197 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
194
};
195
196
export
const
replaceSeed = (str: string) =>
197
str.replaceAll(/Seed: {8}(-?\d+)/g,
'Seed: <<REPLACED>>'
);
198
199
const
replaceTime = (str: string) =>
200
str
Callers
1
showSeed.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected