import { sum } from './utils'; test('typescript', () => { expect(sum(1, 2)).toBe(3); });