Update chai-jquery.d.ts (#10214)

This commit is contained in:
ersimont
2016-07-24 02:33:59 -04:00
committed by Mohamed Hegazy
parent 1f9a2508cf
commit ec2a478b24

View File

@@ -17,7 +17,7 @@ declare namespace Chai {
html(html: string): Assertion;
text(text: string): Assertion;
value(text: string): Assertion;
(selector: string): Assertion;
descendants(selector: string): Assertion;
visible: Assertion;
hidden: Assertion;
selected: Assertion;