3 lines
84 B
JavaScript

var identity = (identityParam) => identityParam;
expect(1234).toBe(identity(1234));