Skip to content

Instantly share code, notes, and snippets.

@philipjkim
Created July 23, 2012 13:31
Show Gist options
  • Save philipjkim/3163597 to your computer and use it in GitHub Desktop.
Save philipjkim/3163597 to your computer and use it in GitHub Desktop.
Simple nodeunit example
exports.addition = function(test){
test.same(2 + 3, 5);
test.done();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment