MCPcopy Create free account
hub / github.com/EsperoTech/yaade / JasmineReport

Interface JasmineReport

client/src/model/Script.tsx:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32interface JasmineReport {
33 suites?: JasmineSuite[];
34 status: string;
35}
36
37interface JasmineSuite {
38 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected