| 52 | } |
| 53 | |
| 54 | interface JasmineSpec { |
| 55 | id?: string; |
| 56 | parentSuiteId?: string; |
| 57 | fullName?: string; |
| 58 | description?: string; |
| 59 | duration?: number; |
| 60 | status?: string; |
| 61 | failedExpectations?: JasmineFailedExpctation[]; |
| 62 | } |
| 63 | |
| 64 | interface CurrentScript { |
| 65 | id: number; |
nothing calls this directly
no outgoing calls
no test coverage detected