all repos — caroster @ 7502e8755df5c2e61620cad01aefc5ed3844c5e6

[Octree] Group carpool to your event https://caroster.io

backend/tests/setup/destroyDatabase.js (view raw)

1const {destroyDatabase} = require('../helpers/database');
2
3module.exports = () => {
4  destroyDatabase();
5};