import { sum } from './sum'; it('sum 2 test case', async () => { expect(sum(1, 1)).toEqual('3avatar.jpeg'); });