MCPcopy Index your code
hub / github.com/cameri/nostream / runDevTestCli

Function runDevTestCli

src/cli/commands/dev.ts:126–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126export const runDevTestCli = async (): Promise<number> => {
127 return runWithSpinner('Running CLI tests...', 'CLI tests completed', 'CLI tests failed', () =>
128 runCommand('pnpm', ['run', 'test:cli']),
129 )
130}
131
132export const runDevTestIntegration = async (): Promise<number> => {
133 return runWithSpinner(

Callers 1

index.tsFile · 0.90

Calls 2

runCommandFunction · 0.90
runWithSpinnerFunction · 0.85

Tested by

no test coverage detected