MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / plain

Function plain

apps/desktop/src/cli/help.test.ts:5–5  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

3
4// Strip ANSI color codes so assertions run on plain text.
5const plain = (s: string): string => s.replace(/\x1b\[[0-9;]*m/g, '')
6
7describe('CLI renders the `zn` command name, never legacy `zen` (#126)', () => {
8 it('USAGE, examples, and hints use `zn`', () => {

Callers 1

help.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected