(nesting, loc, summary)
| 150 | } |
| 151 | |
| 152 | coverage(nesting, loc, summary) { |
| 153 | this[kEmitMessage]('test:coverage', { |
| 154 | __proto__: null, |
| 155 | nesting, |
| 156 | summary, |
| 157 | ...loc, |
| 158 | }); |
| 159 | } |
| 160 | |
| 161 | summary(nesting, file, success, counts, duration_ms) { |
| 162 | this[kEmitMessage]('test:summary', { |
no outgoing calls