mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 04:53:08 +02:00
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 () => {
|
setTimeout(async () => {
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
db.get('users').drop(),
|
db.get('users').drop(),
|
||||||
db.get('posts').drop(),
|
db.get('notes').drop(),
|
||||||
db.get('driveFiles.files').drop(),
|
db.get('driveFiles.files').drop(),
|
||||||
db.get('driveFiles.chunks').drop(),
|
db.get('driveFiles.chunks').drop(),
|
||||||
db.get('driveFolders').drop(),
|
db.get('driveFolders').drop(),
|
||||||
|
|
Loading…
Reference in a new issue