Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Last active December 26, 2016 04:00
Show Gist options
  • Save mattcollier/a885cdc566c19e024107100932d0fd63 to your computer and use it in GitHub Desktop.
Save mattcollier/a885cdc566c19e024107100932d0fd63 to your computer and use it in GitHub Desktop.
coder test
function f(x) {return x + 2;}
it('should do the right thing', () => {
assert.equals(f(4), 6);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment