Change before each for before all

This commit is contained in:
adrinr 2023-02-03 18:08:29 +00:00
parent 9f8522a901
commit da656f54fe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ describe("/users", () => {
afterAll(setup.afterAll)
beforeEach(async () => {
beforeAll(async () => {
await config.init()
})