fix build failure

This commit is contained in:
galz10
2026-01-26 14:52:07 -08:00
parent 2c60676557
commit 75c9cc2af5

View File

@@ -1445,7 +1445,7 @@ describe('project hooks loading based on trust', () => {
});
vi.spyOn(process, 'exit').mockImplementation((() => {}) as unknown as (
code?: number,
code?: string | number | null,
) => never);
// Default mock implementation for loadCliConfig