Change before each for before all

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

View File

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