(
e: TestError,
options: StackTraceParserOptions = {},
)
| 110 | } |
| 111 | |
| 112 | public parseErrorStacktrace( |
| 113 | e: TestError, |
| 114 | options: StackTraceParserOptions = {}, |
| 115 | ): ParsedStack[] { |
| 116 | return this.parent.parseErrorStacktrace(e, options) |
| 117 | } |
| 118 | |
| 119 | public parseStacktrace( |
| 120 | trace: string, |
no outgoing calls
no test coverage detected