1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

Change before each for before all

This commit is contained in:
adrinr 2023-02-03 18:08:29 +00:00
parent 9f8522a901
commit da656f54fe

View file

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