db reset at start of statistics test in backend

This commit is contained in:
Moriz Wahl 2021-01-28 20:26:49 +01:00
parent 5d14ebc113
commit 9a6759aae4

View File

@ -33,6 +33,7 @@ beforeAll(() => {
},
})
query = createTestClient(server).query
await cleanDatabase()
})
afterEach(async () => {