mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Jasmine-jQuery: toBeDisabled and toBeFocused shouldn't have parameters
This commit is contained in:
Vendored
+2
-2
@@ -98,8 +98,8 @@ declare module jasmine {
|
||||
toBe(selector: JQuery): boolean;
|
||||
toContain(selector: JQuery): boolean;
|
||||
toBeMatchedBy(selector: JQuery): boolean;
|
||||
toBeDisabled(selector: JQuery): boolean;
|
||||
toBeFocused(selector: JQuery): boolean;
|
||||
toBeDisabled(): boolean;
|
||||
toBeFocused(): boolean;
|
||||
toHandle(event): boolean;
|
||||
toHandleWith(eventName: string, eventHandler): boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user