refactor: Use toStrictEqual instead of toEqual for tests
This commit is contained in:
@@ -19,7 +19,6 @@ const getCurrentUserMock = (currentUser, role, permissions) => {
|
||||
description: null,
|
||||
id: role.id,
|
||||
isAdmin: role.isAdmin,
|
||||
key: role.key,
|
||||
name: role.name,
|
||||
updatedAt: role.updatedAt.getTime(),
|
||||
},
|
||||
|
Reference in New Issue
Block a user