correct and complete unit tests in Front-End
This commit is contained in:
@@ -32,3 +32,13 @@ export const resetPasswordResponseMock = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const nullIdentityMock = {
|
||||
data: {
|
||||
loggedUser: {
|
||||
__typename: "loggedUser",
|
||||
id: 1,
|
||||
actors: null,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user