all repos — caroster @ 649b38a11d20cec38f1990bbb7adf5cf651aab44

[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};