Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Created December 26, 2016 14:36
Show Gist options
  • Select an option

  • Save mattcollier/964eca1ee6c257d0836ed7fc3496ad4c to your computer and use it in GitHub Desktop.

Select an option

Save mattcollier/964eca1ee6c257d0836ed7fc3496ad4c to your computer and use it in GitHub Desktop.
a description
function f(x) {return x + 2;}
it('should do the right thing', () => {
assert.equal(f(4), 6);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment