forked from FoundKeyGang/FoundKey
Update test/api.ts
This commit is contained in:
parent
3720a7fbe0
commit
4c160869b8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ describe('API', () => {
|
|||
setTimeout(async () => {
|
||||
await Promise.all([
|
||||
db.get('users').drop(),
|
||||
db.get('posts').drop(),
|
||||
db.get('notes').drop(),
|
||||
db.get('driveFiles.files').drop(),
|
||||
db.get('driveFiles.chunks').drop(),
|
||||
db.get('driveFolders').drop(),
|
||||
|
|
Loading…
Reference in a new issue