()
| 178 | return { output }; |
| 179 | } |
| 180 | function ensureDirectories(): void { |
| 181 | // createDirectoryInAssets already ensures directory exists |
| 182 | // No additional action needed |
| 183 | } |
| 184 | |
| 185 | function readConfig(): SpeedtestConfig { |
| 186 | try { |
no outgoing calls
no test coverage detected