You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Complete Jest upgrade
This commit is contained in:
@ -8,11 +8,10 @@ import { setEncryptionEnabled } from '../synchronizer/syncInfoUtils';
|
||||
|
||||
describe('Synchronizer.conflicts', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
beforeEach(async () => {
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await setupDatabaseAndSynchronizer(2);
|
||||
await switchClient(1);
|
||||
done();
|
||||
});
|
||||
|
||||
it('should resolve note conflicts', (async () => {
|
||||
|
Reference in New Issue
Block a user