mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-25 10:54:23 +00:00
Fix tests after deps update
This commit is contained in:
@@ -34,6 +34,9 @@ describe('useFileNavigation', () => {
|
||||
id: 1,
|
||||
name: 'test-workspace',
|
||||
};
|
||||
// Default mock implementations
|
||||
mockLastOpenedFile.loadLastOpenedFile.mockResolvedValue(null);
|
||||
mockLastOpenedFile.saveLastOpenedFile.mockResolvedValue(undefined);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user