mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
pre-release: fix ci (#1)
* fix aoneci * remove codeql * sync version to 0.0.1-alpha.7 * renaming org to qwen-code
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import { act, renderHook } from '@testing-library/react';
|
||||
import { vi } from 'vitest';
|
||||
import { useShellCommandProcessor } from './shellCommandProcessor';
|
||||
import { Config, GeminiClient } from '@qwen/qwen-code-core';
|
||||
import { Config, GeminiClient } from '@qwen-code/qwen-code-core';
|
||||
import * as fs from 'fs';
|
||||
import EventEmitter from 'events';
|
||||
|
||||
@@ -22,7 +22,7 @@ vi.mock('os', () => ({
|
||||
platform: () => 'linux',
|
||||
tmpdir: () => '/tmp',
|
||||
}));
|
||||
vi.mock('@qwen/qwen-code-core');
|
||||
vi.mock('@qwen-code/qwen-code-core');
|
||||
vi.mock('../utils/textUtils.js', () => ({
|
||||
isBinary: vi.fn(),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user