mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-27 21:19:09 -05:00
Clear Key in tests
This commit is contained in:
parent
15db9a47ba
commit
c8091a0e1d
@ -18,6 +18,7 @@ exports.clearDatabase = async () =>
|
|||||||
Promise.all([
|
Promise.all([
|
||||||
User.remove({}),
|
User.remove({}),
|
||||||
Invite.remove({}),
|
Invite.remove({}),
|
||||||
|
Key.remove({}),
|
||||||
Upload.remove({})
|
Upload.remove({})
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user