more tests

This commit is contained in:
Ticruz
2025-02-04 13:21:23 +01:00
committed by Jon Staab
parent 8c638a7d8f
commit 23f7244039
14 changed files with 83 additions and 80 deletions
+1
View File
@@ -141,6 +141,7 @@ export const closeStorage = async () => {
export const clearStorage = async () => {
await closeStorage()
await deleteDB(db.name)
db = undefined // force initStorage to run again
}
const migrate = (data: any[], options: StorageAdapterOptions) =>