mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
test(cli-executor): add gemini workflow integration tests
Solution-ID: SOL-1735410003 Issue-ID: ISS-1766921318981-23 Task-ID: T2
This commit is contained in:
@@ -220,7 +220,6 @@ export function assertPathWithin(rootDir: string, targetPath: string): void {
|
||||
export async function closeCliHistoryStores(): Promise<void> {
|
||||
try {
|
||||
const url = new URL('../../../dist/tools/cli-history-store.js', import.meta.url);
|
||||
url.searchParams.set('t', String(Date.now()));
|
||||
const historyStoreMod: any = await import(url.href);
|
||||
historyStoreMod?.closeAllStores?.();
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user