MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / renderBundleWrittenText

Function renderBundleWrittenText

src/commands/test.ts:8120–8122  ·  view source on GitHub ↗
(data: { dir: string; files: number; snapshotId: string })

Source from the content-addressed store, hash-verified

8118}
8119
8120function renderBundleWrittenText(data: { dir: string; files: number; snapshotId: string }): string {
8121 return `Bundle written to ${data.dir}\n ${data.files} files, snapshotId=${data.snapshotId}`;
8122}
8123
8124function renderBundleDryRunText(data: { dir: string; files: number; snapshotId: string }): string {
8125 return `(dry-run) would write bundle to ${data.dir}\n ${data.files} files, snapshotId=${data.snapshotId}`;

Callers 1

runFailureGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected