()
| 466 | |
| 467 | const cli = (args: string, timeoutMs = 120_000) => cliWithHome(home, args, timeoutMs) |
| 468 | const appContainer = () => |
| 469 | getRunningContainers(`learnhouse-app-${deploymentId}`)[0] ?? `learnhouse-app-${deploymentId}` |
| 470 | |
| 471 | beforeAll(async () => { |
| 472 | home = fs.mkdtempSync(path.join(os.tmpdir(), 'lh-integ-')) |
no test coverage detected