MCPcopy Create free account
hub / github.com/cameri/nostream / runDevTestUnit

Function runDevTestUnit

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

Source from the content-addressed store, hash-verified

118}
119
120export const runDevTestUnit = async (): Promise<number> => {
121 return runWithSpinner('Running unit tests...', 'Unit tests completed', 'Unit tests failed', () =>
122 runCommand('pnpm', ['run', 'test:unit']),
123 )
124}
125
126export const runDevTestCli = async (): Promise<number> => {
127 return runWithSpinner('Running CLI tests...', 'CLI tests completed', 'CLI tests failed', () =>

Callers 1

index.tsFile · 0.90

Calls 2

runCommandFunction · 0.90
runWithSpinnerFunction · 0.85

Tested by

no test coverage detected