await for the connection to close

This commit is contained in:
Moriz Wahl 2022-03-14 10:19:19 +01:00
parent ec1322c5ed
commit 4db0235738

View File

@ -41,7 +41,7 @@ beforeAll(async () => {
afterAll(async () => {
await cleanDB()
con.close()
await con.close()
})
describe('UserResolver', () => {