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

Function normalizeStreamString

e2e/runJest.ts:138–146  ·  view source on GitHub ↗
(
  stream: string,
  options: RunJestOptions,
)

Source from the content-addressed store, hash-verified

136}
137
138function normalizeStreamString(
139 stream: string,
140 options: RunJestOptions,
141): string {
142 if (options.stripAnsi) stream = stripAnsi(stream);
143 stream = normalizeIcons(stream);
144
145 return stream;
146}
147
148function normalizeStdoutAndStderrOnResult(
149 result: RunJestResult,

Callers 2

runContinuousFunction · 0.85

Calls 1

normalizeIconsFunction · 0.90

Tested by

no test coverage detected