You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Chore: Change the return type of shim.fsDriver() from any to FsDriverBase (#9460)
This commit is contained in:
@@ -38,7 +38,7 @@ describe('routes/notes', () => {
|
||||
jest.spyOn(shim, 'fsDriver').mockImplementation(() => {
|
||||
return {
|
||||
copy: fsDriverCopySpy,
|
||||
};
|
||||
} as any;
|
||||
});
|
||||
jest.spyOn(uuid, 'create').mockReturnValue('mocked_uuid_value');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user