1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

deleting a folder should also delete the attachments -> fixe eslint issue

This commit is contained in:
ehhc
2018-05-19 20:43:48 +02:00
parent 86a6311f75
commit 199f2202e0

View File

@@ -28,7 +28,7 @@ test.beforeEach((t) => {
test.serial('Delete a folder', (t) => {
const storageKey = t.context.storage.cache.key
const folderKey = t.context.storage.json.folders[0].key
let noteKey = undefined
let noteKey
const input1 = {
type: 'SNIPPET_NOTE',