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

Function renderUpdateText

src/commands/test.ts:1268–1274  ·  view source on GitHub ↗
(response: CliUpdateTestResponse)

Source from the content-addressed store, hash-verified

1266}
1267
1268function renderUpdateText(response: CliUpdateTestResponse): string {
1269 return [
1270 `testId ${response.testId}`,
1271 `updatedFields ${response.updatedFields.join(', ')}`,
1272 `updatedAt ${response.updatedAt}`,
1273 ].join('\n');
1274}
1275
1276/**
1277 * §6.X / M3.2 piece-3 `DeleteTestResponse` shape. `deletedAt` is the

Callers 1

runUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected