Complemented second optional param on toThrowError

This commit is contained in:
Jaime Giraldo
2015-07-10 12:00:55 -05:00
parent 286c198898
commit dd6c0bef0e
+1 -1
View File
@@ -296,7 +296,7 @@ declare module jasmine {
toContainHtml(expected: string): boolean;
toContainText(expected: string): boolean;
toThrow(expected?: any): boolean;
toThrowError(expected?: any): boolean;
toThrowError(expected?: any, message?: string): boolean;
not: Matchers;
Any: Any;