- beofreAll does not work - back to beforeEach

This commit is contained in:
Ulf Gebhardt 2021-02-02 07:19:50 +01:00
parent 0ba37aab18
commit 49b4ebb954
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -99,7 +99,7 @@ describe('Location Service', () => {
// Authentication
// TODO: unify, externalize, simplify, wtf?
let user
beforeAll(async () => {
beforeEach(async () => {
user = await Factory.build('user', {
id: 'location-user',
})