diff --git a/CliClient/tests/synchronizer.js b/CliClient/tests/synchronizer.js index b99a72d55..0664365da 100644 --- a/CliClient/tests/synchronizer.js +++ b/CliClient/tests/synchronizer.js @@ -113,18 +113,13 @@ describe('Synchronizer', function() { await Note.save({ title: "un", parent_id: folder.id }); let all = await allItems(); - await localItemsSameAsRemote(all, expect); - })); - it("should update remote items", asyncTest(async () => { - let folder = await Folder.save({ title: "folder1" }); - let note = await Note.save({ title: "un", parent_id: folder.id }); await synchronizer().start(); await localItemsSameAsRemote(all, expect); })); - it('should update remote item', asyncTest(async () => { + it('should update remote items', asyncTest(async () => { let folder = await Folder.save({ title: "folder1" }); let note = await Note.save({ title: "un", parent_id: folder.id }); await synchronizer().start(); diff --git a/joplin.sublime-project b/joplin.sublime-project index 33917b021..27c836b00 100755 --- a/joplin.sublime-project +++ b/joplin.sublime-project @@ -71,13 +71,4 @@ "path": "D:\\Docs\\PROGS\\Node\\tkwidgets" } ], - "settings": { - "js_prettier": { - "auto_format_on_save": false, - "auto_format_on_save_requires_prettier_config": true, - "additional_cli_args": { - "--config": "prettier.config.js", - }, - } - } } \ No newline at end of file