Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Last active April 28, 2018 12:10
Show Gist options
  • Select an option

  • Save lmiller1990/9e43352ad8a35b997094e2baa3f0eba3 to your computer and use it in GitHub Desktop.

Select an option

Save lmiller1990/9e43352ad8a35b997094e2baa3f0eba3 to your computer and use it in GitHub Desktop.
describe('adder', () => {
it('adds two numbers', () => {
const result = adder(1, 2)
expect(result).toBe(3)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment