clean db after test

This commit is contained in:
Moriz Wahl 2020-03-11 00:38:21 +01:00 committed by mattwr18
parent 4f8d605b88
commit a9c6356ffa

View File

@ -27,7 +27,7 @@ beforeAll(async () => {
})
afterAll(async () => {
// await cleanDatabase()
await cleanDatabase()
})
const searchQuery = gql`