(config: RuntimeConfigFile)
| 259 | } |
| 260 | |
| 261 | function toProjectConfig(config: RuntimeConfigFile): ProjectConfig { |
| 262 | return config as ProjectConfig; |
| 263 | } |
| 264 | |
| 265 | function parseProjectConfig(rawText: string): RuntimeConfigFile { |
| 266 | const parsed: unknown = parseYaml(rawText); |
no outgoing calls
no test coverage detected