(tree)
| 157 | } |
| 158 | |
| 159 | _initSummary(tree) { |
| 160 | const summary = { |
| 161 | totalTime: totalTime(tree), |
| 162 | platform: { |
| 163 | name: process.platform, |
| 164 | }, |
| 165 | }; |
| 166 | |
| 167 | _getHardwareInfo(summary.platform); |
| 168 | |
| 169 | return summary; |
| 170 | } |
| 171 | |
| 172 | _commandSummary(tree, commandName, commandArgs) { |
| 173 | const summary = { |
no test coverage detected