Change before each for before all
This commit is contained in:
parent
c2642b8f7d
commit
73e37433f3
|
@ -19,7 +19,7 @@ describe("/users", () => {
|
|||
|
||||
afterAll(setup.afterAll)
|
||||
|
||||
beforeEach(async () => {
|
||||
beforeAll(async () => {
|
||||
await config.init()
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue