This commit is contained in:
Moriz Wahl 2022-03-23 17:12:09 +01:00
parent cc0efb2204
commit 174e1ab597

View File

@ -131,6 +131,7 @@ describe('UserResolver', () => {
firstName: 'Peter',
lastName: 'Lustig',
email: 'peter@lustig.de',
duration: expect.any(String),
})
})
})