Guest User

Untitled

a guest
Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. assert.throws(
  2. function() {
  3. throw new Error("Wrong value");
  4. },
  5. Error
  6. );
Add Comment
Please, Sign In to add comment