Fix tests after deps update

This commit is contained in:
2025-11-10 19:18:55 +01:00
parent ffa10a8411
commit 414000d72f
2 changed files with 30 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ describe('useFileNavigation', () => {
id: 1,
name: 'test-workspace',
};
// Default mock implementations
mockLastOpenedFile.loadLastOpenedFile.mockResolvedValue(null);
mockLastOpenedFile.saveLastOpenedFile.mockResolvedValue(undefined);
});
afterEach(() => {