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:
@ -42,13 +42,12 @@ function registerCommand(service: CommandService, cmd: TestCommand) {
|
||||
|
||||
describe('services_CommandService', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
beforeEach(async () => {
|
||||
KeymapService.destroyInstance();
|
||||
KeymapService.instance().initialize();
|
||||
|
||||
await setupDatabaseAndSynchronizer(1);
|
||||
await switchClient(1);
|
||||
done();
|
||||
});
|
||||
|
||||
it('should create toolbar button infos from commands', (async () => {
|
||||
|
Reference in New Issue
Block a user