( rootDir: string = getProjectRoot(), )
| 379 | } |
| 380 | |
| 381 | export function resolveAutonomyFlowsPath( |
| 382 | rootDir: string = getProjectRoot(), |
| 383 | ): string { |
| 384 | return join(resolve(rootDir), AUTONOMY_FLOWS_RELATIVE_PATH) |
| 385 | } |
| 386 | |
| 387 | export async function listAutonomyFlows( |
| 388 | rootDir: string = getProjectRoot(), |
no test coverage detected