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

Interface JasmineSpec

client/src/model/Script.tsx:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54interface JasmineSpec {
55 id?: string;
56 parentSuiteId?: string;
57 fullName?: string;
58 description?: string;
59 duration?: number;
60 status?: string;
61 failedExpectations?: JasmineFailedExpctation[];
62}
63
64interface CurrentScript {
65 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected