Merge pull request #4887 from sposmen/master

Complemented second optional param on Jasmine toThrowError method
This commit is contained in:
Masahiro Wakame
2015-07-13 23:38:22 +09:00
+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;