1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

really fix the eslinter issue... -.-

This commit is contained in:
ehhc
2018-05-15 20:39:16 +02:00
parent 6f52744b0f
commit 905d6860fc

View File

@@ -274,7 +274,7 @@ it('should delete the correct attachment folder if a note is deleted', function
expect(findStorage.findStorage).toHaveBeenCalledWith(storageKey)
expect(sander.rimrafSync).toHaveBeenCalledWith(expectedPathToBeDeleted)
})
it('should test that deleteAttachmentsNotPresentInNote deletes all unreferenced attachments ', function () {
const dummyStorage = {path: 'dummyStoragePath'}
const noteKey = 'noteKey'