Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Last active March 12, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FunnyGhost/668bab213917c40e2b6b91af97443b4e to your computer and use it in GitHub Desktop.
Save FunnyGhost/668bab213917c40e2b6b91af97443b4e to your computer and use it in GitHub Desktop.
it('should add the values', () => {
const result = addValues(2, 4);
expect(result).toBe(6);
});
let addValues = (value1, value2) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment