Skip to content

Instantly share code, notes, and snippets.

@mgutz
Created January 7, 2011 17:55
Show Gist options
  • Save mgutz/769829 to your computer and use it in GitHub Desktop.
Save mgutz/769829 to your computer and use it in GitHub Desktop.
assert.throws(
function() {
throw new Error("Wrong value");
},
Error
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment