test: align app-spec and enhancement mode tests

This commit is contained in:
DhanushSantosh
2026-01-13 00:11:11 +05:30
parent f50520c93f
commit fbab1d323f
3 changed files with 42 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ import fs from 'fs/promises';
vi.mock('child_process', () => ({
spawn: vi.fn(),
execSync: vi.fn(),
execFile: vi.fn(),
}));
// Mock secure-fs