mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-12 11:00:51 -07:00
fix(deps): update vulnerable dependencies (#27062)
This commit is contained in:
committed by
GitHub
parent
5159b081bd
commit
a6ed2cc5e3
@@ -205,7 +205,10 @@ describe('GitService', () => {
|
||||
hoistedMockCheckIsRepo.mockResolvedValue(false);
|
||||
const service = new GitService(projectRoot, storage);
|
||||
await service.setupShadowGitRepository();
|
||||
expect(hoistedMockSimpleGit).toHaveBeenCalledWith(repoDir);
|
||||
expect(hoistedMockSimpleGit).toHaveBeenCalledWith(
|
||||
repoDir,
|
||||
expect.anything(),
|
||||
);
|
||||
expect(hoistedMockInit).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user