refactor: Use toStrictEqual instead of toEqual for tests
This commit is contained in:
@@ -17,6 +17,8 @@ describe('appAuthClient serializer', () => {
|
||||
active: appAuthClient.active,
|
||||
};
|
||||
|
||||
expect(appAuthClientSerializer(appAuthClient)).toEqual(expectedPayload);
|
||||
expect(appAuthClientSerializer(appAuthClient)).toStrictEqual(
|
||||
expectedPayload
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user