mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix type
stoargeKey -> storageKey
This commit is contained in:
@@ -24,7 +24,7 @@ test.beforeEach((t) => {
|
||||
localStorage.setItem('storages', JSON.stringify([]))
|
||||
})
|
||||
|
||||
test.serial('add a initialized storage', (t) => {
|
||||
test.serial('Add Storage', (t) => {
|
||||
const input = {
|
||||
type: 'FILESYSTEM',
|
||||
name: 'add-storage1',
|
||||
|
||||
Reference in New Issue
Block a user