mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed some tests for npm module
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user