fix: lockfile and configs

This commit is contained in:
mingholy.lmh
2025-09-15 20:50:50 +08:00
parent 3f535195b3
commit dbdb4db4f0
7 changed files with 2476 additions and 1867 deletions

View File

@@ -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');