feat: Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768)
This commit is contained in:
@@ -28,6 +28,9 @@ describe('note view controller', () => {
|
||||
createTemplateItem: jest.fn().mockReturnValue({} as SNNote),
|
||||
} as unknown as jest.Mocked<ItemManagerInterface>,
|
||||
mutator: {} as jest.Mocked<MutatorClientInterface>,
|
||||
sessions: {
|
||||
isSignedIn: jest.fn().mockReturnValue(true),
|
||||
},
|
||||
} as unknown as jest.Mocked<WebApplication>
|
||||
|
||||
application.isNativeMobileWeb = jest.fn().mockReturnValue(false)
|
||||
|
||||
Reference in New Issue
Block a user