refactor: Use toStrictEqual instead of toEqual for tests
This commit is contained in:
@@ -16,6 +16,6 @@ describe('triggerSerializer', () => {
|
||||
type: trigger.type,
|
||||
};
|
||||
|
||||
expect(triggerSerializer(trigger)).toEqual(expectedPayload);
|
||||
expect(triggerSerializer(trigger)).toStrictEqual(expectedPayload);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user