fix: updated packages

This commit is contained in:
2026-02-11 21:54:23 +01:00
parent bb2ed3dbd7
commit adadb7db54
5 changed files with 2589 additions and 3454 deletions

View File

@@ -43,15 +43,6 @@ const { mockFs, mockWatcher, mockChokidarWatch } = vi.hoisted(() => {
vi.mock('fs/promises', () => mockFs);
// Mock path (use posix-style for consistent tests)
vi.mock('path', async () => {
const actual = await vi.importActual<typeof import('path')>('path');
return {
...actual,
default: actual,
};
});
// Mock electron
vi.mock('electron', () => ({
app: {