import sum from './sum';
test('adds 1 + 2 to equal 3', () => {
expect(sum(1, 2)).toBe(3);
});
view raw sum.test.js hosted with ❤ by GitHub