You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Chore: Complete Jest upgrade
This commit is contained in:
@ -6,11 +6,10 @@ import { updateMasterPassword } from '../e2ee/utils';
|
||||
|
||||
describe('Synchronizer.ppk', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
beforeEach(async () => {
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await setupDatabaseAndSynchronizer(2);
|
||||
await switchClient(1);
|
||||
done();
|
||||
});
|
||||
|
||||
it('should not create a public private key pair if not using E2EE', async () => {
|
||||
|
Reference in New Issue
Block a user