You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Complete Jest upgrade
This commit is contained in:
@@ -3,10 +3,9 @@ import MasterKey from './MasterKey';
|
||||
|
||||
describe('models/MasterKey', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
beforeEach(async () => {
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await switchClient(1);
|
||||
done();
|
||||
});
|
||||
|
||||
it('should return the latest master key', (async () => {
|
||||
|
||||
Reference in New Issue
Block a user