(configDir, env)
| 42 | } |
| 43 | |
| 44 | export function getSmokeGlobalConfigPath(configDir, env) { |
| 45 | return join(configDir, resolveSmokeGlobalConfigFilename(env)) |
| 46 | } |
| 47 | |
| 48 | export async function writeSmokeGlobalConfig(configDir, env, config) { |
| 49 | const configPath = getSmokeGlobalConfigPath(configDir, env) |
no test coverage detected