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:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user