Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created December 19, 2019 15:44
Show Gist options
  • Save ernestofreyreg/d4f47ce4e71fa9abdf275e9ffcdc1f21 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/d4f47ce4e71fa9abdf275e9ffcdc1f21 to your computer and use it in GitHub Desktop.
import { sum } from '../index'
test('Sum 4 + 5 = 9', () => {
expect(sum(4, 5)).toBe(9)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment