1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00

Clear Key in tests

This commit is contained in:
Jack Foltz 2018-07-26 13:19:47 -04:00
parent 15db9a47ba
commit c8091a0e1d
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -18,6 +18,7 @@ exports.clearDatabase = async () =>
Promise.all([
User.remove({}),
Invite.remove({}),
Key.remove({}),
Upload.remove({})
]);