Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Last active December 26, 2016 04:58
Show Gist options
  • Save mattcollier/5493293edda854afba8fde83bb282f5e to your computer and use it in GitHub Desktop.
Save mattcollier/5493293edda854afba8fde83bb282f5e 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), 8);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment