1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

fixed test

This commit is contained in:
Laurent Cozic
2024-02-08 11:51:58 +00:00
parent 2f06697aa2
commit 4b7f0bfbb9

View File

@ -15,6 +15,7 @@ jest.doMock('../bridge', () => ({
'--profile', currentProfileDirectory,
],
env: () => 'dev',
appName: () => 'joplin-destkop',
}),
}));