import add from './index';

test('basic test', () => {
  expect(add(2, 4, 6)).toBe(12);
});
