all repos — caroster @ f32c91bc409d3d049b4e8f1c465b5fa6e738ee46

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