const arrow = () => 1; test('works', () => { expect(arrow()).toEqual(1); })