import { Greeter } from '../index'
test('Greeter', () => {
  expect(Greeter('Khaled')).toBe('Hello Khaled')
})
