mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #4887 from sposmen/master
Complemented second optional param on Jasmine toThrowError method
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user