fix: resolve CI failures — revert gemini test mock path and fix prettier formatting

Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
majiayu000
2026-03-30 00:55:06 +08:00
parent 53414438d1
commit f74ba2dfc6
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ describe('Gemini', () => {
process.env = { ...oldEnv };
jest.mock('@google/generative-ai');
jest.mock('../../src/commands/config');
jest.mock('../src/commands/config');
jest.mock('@clack/prompts', () => ({
intro: jest.fn(),