mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: ci
This commit is contained in:
@@ -35,7 +35,7 @@ describe('docsCommand', () => {
|
||||
throw new Error('docsCommand must have an action.');
|
||||
}
|
||||
|
||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
||||
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||
|
||||
await docsCommand.action(mockContext, '');
|
||||
|
||||
@@ -57,7 +57,7 @@ describe('docsCommand', () => {
|
||||
|
||||
// Simulate a sandbox environment
|
||||
process.env.SANDBOX = 'gemini-sandbox';
|
||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
||||
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||
|
||||
await docsCommand.action(mockContext, '');
|
||||
|
||||
@@ -80,7 +80,7 @@ describe('docsCommand', () => {
|
||||
|
||||
// Simulate the specific 'sandbox-exec' environment
|
||||
process.env.SANDBOX = 'sandbox-exec';
|
||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
||||
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||
|
||||
await docsCommand.action(mockContext, '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user