Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Created December 27, 2016 03:17
Show Gist options
  • Save mattcollier/232b7fac546d4c1a2ef259f7fa61d840 to your computer and use it in GitHub Desktop.
Save mattcollier/232b7fac546d4c1a2ef259f7fa61d840 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