You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Tools: Enable eslint rule "comma-spacing"
This commit is contained in:
@ -98,7 +98,7 @@ describe('Synchronizer.e2ee', function() {
|
||||
expect(remoteInfo.masterKeys[0].hasBeenUsed).toBe(true);
|
||||
}));
|
||||
|
||||
it('should enable encryption automatically when downloading new master key (and none was previously available)',(async () => {
|
||||
it('should enable encryption automatically when downloading new master key (and none was previously available)', (async () => {
|
||||
// Enable encryption on client 1 and sync an item
|
||||
setEncryptionEnabled(true);
|
||||
await loadEncryptionMasterKey();
|
||||
|
Reference in New Issue
Block a user