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