(filename: string)
| 12 | } |
| 13 | |
| 14 | export const resolveComposeFile = (filename: string): string => getProjectPath(filename) |
| 15 | |
| 16 | export const buildComposeArgs = (files: string[], args: string[]): string[] => { |
| 17 | const out: string[] = [] |
no test coverage detected