Created
December 19, 2019 15:44
-
-
Save ernestofreyreg/d4f47ce4e71fa9abdf275e9ffcdc1f21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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