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:
@@ -28,7 +28,7 @@ test.beforeEach((t) => {
|
|||||||
test.serial('Delete a folder', (t) => {
|
test.serial('Delete a folder', (t) => {
|
||||||
const storageKey = t.context.storage.cache.key
|
const storageKey = t.context.storage.cache.key
|
||||||
const folderKey = t.context.storage.json.folders[0].key
|
const folderKey = t.context.storage.json.folders[0].key
|
||||||
let noteKey = undefined
|
let noteKey
|
||||||
|
|
||||||
const input1 = {
|
const input1 = {
|
||||||
type: 'SNIPPET_NOTE',
|
type: 'SNIPPET_NOTE',
|
||||||
|
|||||||
Reference in New Issue
Block a user