You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Chore: Implement eslint rule no-unused-expressions (#11533)
This commit is contained in:
@@ -117,7 +117,7 @@ describe('synchronizer/ItemUploader', () => {
|
||||
expect(callRecorder.length).toBe(0);
|
||||
|
||||
await time.msleep(1);
|
||||
notes[1] = await Note.save({ title: '22' }),
|
||||
notes[1] = await Note.save({ title: '22' });
|
||||
await itemUploader.serializeAndUploadItem(Note, BaseItem.systemPath(notes[1]), notes[1]);
|
||||
expect(callRecorder.length).toBe(1);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user