You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Chore: Complete Jest upgrade
This commit is contained in:
@@ -82,11 +82,10 @@ function memoryExportModule() {
|
||||
|
||||
describe('services_InteropService', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
beforeEach(async () => {
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await switchClient(1);
|
||||
await recreateExportDir();
|
||||
done();
|
||||
});
|
||||
|
||||
it('should export and import folders', (async () => {
|
||||
|
||||
Reference in New Issue
Block a user