MCPcopy Create free account
hub / github.com/Noumena-Network/code / normalizeTerminalOutput

Function normalizeTerminalOutput

src/components/diff/DiffDetailView.test.tsx:137–139  ·  view source on GitHub ↗
(output: string)

Source from the content-addressed store, hash-verified

135}
136
137function normalizeTerminalOutput(output: string): string {
138 return stripAnsi(output).replace(/\s+/g, '').trim()
139}
140
141describe('DiffDetailView large-file guard contracts', () => {
142 it('does not read file content for large-file placeholder branches', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected