Skip to content

Instantly share code, notes, and snippets.

@cloudhead
Forked from Marak/gist:405781
Created May 19, 2010 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cloudhead/405793 to your computer and use it in GitHub Desktop.
Save cloudhead/405793 to your computer and use it in GitHub Desktop.
vows.describe('format.js library').addVows({
"Number formatting": {
// run this once, and execute the following tests when it completes
topic: 42,
"is the number":function(n){
assert.equal(n,42);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment