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