fix(cli): enable typechecking for ui/commands tests (#11413)

This commit is contained in:
Sandy Tao
2025-10-17 14:20:49 -07:00
committed by GitHub
parent 08e87a59d5
commit 21163a1636
7 changed files with 29 additions and 42 deletions

View File

@@ -198,7 +198,7 @@ describe('memoryCommand', () => {
importFormat: 'tree',
},
},
} as LoadedSettings,
} as unknown as LoadedSettings,
},
ui: {
setGeminiMdFileCount: vi.fn(),