(parentSpan: Span)
| 41 | } |
| 42 | |
| 43 | public async setup(parentSpan: Span) { |
| 44 | super.setup(parentSpan) |
| 45 | await super.createTestDir({ parentSpan }) |
| 46 | } |
| 47 | |
| 48 | private handleStdio = (childProcess) => { |
| 49 | childProcess.stdout.on('data', (chunk) => { |
nothing calls this directly
no test coverage detected