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

Function runDevTestIntegration

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

Source from the content-addressed store, hash-verified

130}
131
132export const runDevTestIntegration = async (): Promise<number> => {
133 return runWithSpinner(
134 'Running integration tests...',
135 'Integration tests completed',
136 'Integration tests failed',
137 () => runCommand('pnpm', ['run', 'test:integration']),
138 )
139}
140
141export const runDevTestPerfConnection = async (): Promise<number> => {
142 return runWithSpinner(

Callers 1

index.tsFile · 0.90

Calls 2

runCommandFunction · 0.90
runWithSpinnerFunction · 0.85

Tested by

no test coverage detected