(output)
| 27 | status: 0, |
| 28 | signal: null, |
| 29 | stdout(output) { |
| 30 | assertProbeJson(output, { |
| 31 | v: 2, |
| 32 | probes, |
| 33 | results: [{ |
| 34 | probe: 0, |
| 35 | event: 'hit', |
| 36 | hit: 1, |
| 37 | location: { url, line: 16, column: 1 }, |
| 38 | error: { |
| 39 | message: 'Error: boom\n<stack>', |
| 40 | details: { |
| 41 | exception: { |
| 42 | exceptionId: 1, |
| 43 | text: 'Uncaught', |
| 44 | lineNumber: 4, |
| 45 | columnNumber: 4, |
| 46 | scriptId: '<scriptId>', |
| 47 | stackTrace: { callFrames: '<callFrames>' }, |
| 48 | exception: { type: 'object', subtype: 'error', description: 'Error: boom\n<stack>' }, |
| 49 | }, |
| 50 | }, |
| 51 | }, |
| 52 | }, { |
| 53 | probe: 1, |
| 54 | event: 'hit', |
| 55 | hit: 1, |
| 56 | location: { url, line: 17, column: 1 }, |
| 57 | result: { type: 'undefined' }, |
| 58 | }, { |
| 59 | event: 'completed', |
| 60 | }], |
| 61 | }); |
| 62 | }, |
| 63 | trim: true, |
| 64 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…