mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change test of returned login datas.
This commit is contained in:
parent
b139834729
commit
427a0a6865
@ -63,6 +63,7 @@ jest.mock('@/emails/sendEmailVariants', () => {
|
||||
})
|
||||
|
||||
/*
|
||||
|
||||
jest.mock('@/apis/KlicktippController', () => {
|
||||
return {
|
||||
__esModule: true,
|
||||
@ -132,6 +133,8 @@ describe('UserResolver', () => {
|
||||
{
|
||||
id: expect.any(Number),
|
||||
gradidoID: expect.any(String),
|
||||
hideAmountGDD: expect.any(Boolean),
|
||||
hideAmountGDT: expect.any(Boolean),
|
||||
alias: null,
|
||||
emailContact: expect.any(UserContact), // 'peter@lustig.de',
|
||||
emailId: expect.any(Number),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user