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

Function renderDeleteText

src/commands/test.ts:1351–1353  ·  view source on GitHub ↗
(response: CliDeleteTestResponse)

Source from the content-addressed store, hash-verified

1349}
1350
1351function renderDeleteText(response: CliDeleteTestResponse): string {
1352 return [`testId ${response.testId}`, `deletedAt ${response.deletedAt}`].join('\n');
1353}
1354
1355/**
1356 * Per-test outcome record for `test delete-batch` and `test delete --all`.

Callers 1

runDeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected