Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Last active December 27, 2016 03:31
Show Gist options
  • Save mattcollier/4f0907de58c3e8dd29ec399c87018282 to your computer and use it in GitHub Desktop.
Save mattcollier/4f0907de58c3e8dd29ec399c87018282 to your computer and use it in GitHub Desktop.
a description
function f(x) {return x + 5;}
it('should do the right thing', () => {
assert.equal(f(4), 9);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment