MCPcopy
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
196export const replaceSeed = (str: string) =>
197 str.replaceAll(/Seed: {8}(-?\d+)/g, 'Seed: <<REPLACED>>');
198
199const replaceTime = (str: string) =>
200 str

Callers 1

showSeed.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected