(file, args = [])
| 208 | * @returns {Promise<CapturedConfig>} the single resolved config |
| 209 | */ |
| 210 | const loadConfig = async (file, args = []) => |
| 211 | (await run([...args, "--config", path.join(CONFIG, file)])).config; |
| 212 | |
| 213 | /** |
| 214 | * @param {string} file fixture file name in the define-config directory |
no test coverage detected