(output)
| 32 | status: 0, |
| 33 | signal: null, |
| 34 | stdout(output) { |
| 35 | assertProbeJson(output, { |
| 36 | v: 2, |
| 37 | probes, |
| 38 | results: [{ |
| 39 | event: 'error', |
| 40 | pending: [0], |
| 41 | error: { |
| 42 | code: 'probe_target_exit', |
| 43 | message: `Target exited with code 1 before probes: ${fixture}:3`, |
| 44 | exitCode: 1, |
| 45 | stderr, |
| 46 | }, |
| 47 | }], |
| 48 | }); |
| 49 | }, |
| 50 | trim: true, |
| 51 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…