Skip to content

Instantly share code, notes, and snippets.

@Gozala
Created February 5, 2014 23:04
Show Gist options
  • Save Gozala/8835178 to your computer and use it in GitHub Desktop.
Save Gozala/8835178 to your computer and use it in GitHub Desktop.
exports.testFoo = function(assert) {
assert.equal(2 + 2, 4, "2 + 2 is 4")
}
{ "test": "./my-test.js" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment