(output)
| 21 | signal: null, |
| 22 | status: 1, |
| 23 | stdout(output) { |
| 24 | assertProbeJson(output, { |
| 25 | v: 2, |
| 26 | probes: [{ |
| 27 | expr: '1', |
| 28 | target: { suffix: 'probe-timeout.js', line: 99 }, |
| 29 | }], |
| 30 | results: [{ |
| 31 | event: 'timeout', |
| 32 | pending: [0], |
| 33 | error: { |
| 34 | code: 'probe_timeout', |
| 35 | message: `Timed out after ${timeout}ms waiting for probes: probe-timeout.js:99`, |
| 36 | }, |
| 37 | }], |
| 38 | }); |
| 39 | }, |
| 40 | trim: true, |
| 41 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…