-
-
Save cloudhead/405793 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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