(output)
| 17 | 'probe-miss.js', |
| 18 | ], { cwd, env: { ...process.env, NODE_DEBUG: 'inspect_probe' } }, { |
| 19 | stdout(output) { |
| 20 | assertProbeJson(output, { |
| 21 | v: 2, |
| 22 | probes: [{ |
| 23 | expr: '42', |
| 24 | target: { suffix: 'probe-miss.js', line: 99 }, |
| 25 | }], |
| 26 | results: [{ |
| 27 | event: 'miss', |
| 28 | pending: [0], |
| 29 | }], |
| 30 | }); |
| 31 | }, |
| 32 | trim: true, |
| 33 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…