1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-30 09:07:21 +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(findStorage.findStorage).toHaveBeenCalledWith(storageKey)
expect(sander.rimrafSync).toHaveBeenCalledWith(expectedPathToBeDeleted) expect(sander.rimrafSync).toHaveBeenCalledWith(expectedPathToBeDeleted)
}) })
it('should test that deleteAttachmentsNotPresentInNote deletes all unreferenced attachments ', function () { it('should test that deleteAttachmentsNotPresentInNote deletes all unreferenced attachments ', function () {
const dummyStorage = {path: 'dummyStoragePath'} const dummyStorage = {path: 'dummyStoragePath'}
const noteKey = 'noteKey' const noteKey = 'noteKey'