Co-Authored-By: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Yiheng Xu
2025-08-05 17:06:33 +08:00
parent cd375fefe5
commit 9ffeacc0f9
13 changed files with 26 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ describe('user_account', () => {
path.join(tempHomeDir, '.qwen', 'google_accounts.json');
beforeEach(() => {
tempHomeDir = fs.mkdtempSync(
path.join(os.tmpdir(), 'gemini-cli-test-home-'),
path.join(os.tmpdir(), 'qwen-code-test-home-'),
);
(os.homedir as Mock).mockReturnValue(tempHomeDir);
});