mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fixed test title
This commit is contained in:
@@ -21,7 +21,7 @@ test.beforeEach((t) => {
|
||||
localStorage.setItem('storages', JSON.stringify([t.context.storage.cache]))
|
||||
})
|
||||
|
||||
test.serial('Update a folder', (t) => {
|
||||
test.serial('Reorder a folder', (t) => {
|
||||
const storageKey = t.context.storage.cache.key
|
||||
const firstFolderKey = t.context.storage.json.folders[0].key
|
||||
const secondFolderKey = t.context.storage.json.folders[1].key
|
||||
|
||||
Reference in New Issue
Block a user