mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: lockfile and configs
This commit is contained in:
@@ -12,7 +12,7 @@ import { useGitBranchName } from './useGitBranchName.js';
|
||||
import { fs, vol } from 'memfs'; // For mocking fs
|
||||
import { EventEmitter } from 'node:events';
|
||||
import { exec as mockExec, type ChildProcess } from 'node:child_process';
|
||||
import type { FSWatcher } from 'memfs/lib/node/volume.js';
|
||||
import type { FSWatcher } from 'memfs/lib/volume.js';
|
||||
|
||||
// Mock child_process
|
||||
vi.mock('child_process');
|
||||
|
||||
Reference in New Issue
Block a user