fixed some tests for npm module

This commit is contained in:
Bart van der Schoor
2014-04-01 02:11:48 +02:00
parent f730d125d0
commit 526b68f31a
4 changed files with 4 additions and 4 deletions
@@ -10,6 +10,6 @@ function foo () {
}
e = new AssertionError(str);
e = new AssertionError(str, {a:1, b2});
e = new AssertionError(str, {a:1, b2}, foo);
e = new AssertionError(str, {a:1, b:2});
e = new AssertionError(str, {a:1, b:2}, foo);