mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 08:29:06 -06:00
bump @types/jquery (#2369)
* bump @types/jquery * update expected Cypress.$ type
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"@types/bluebird": "3.5.18",
|
||||
"@types/chai": "4.0.8",
|
||||
"@types/chai-jquery": "1.1.35",
|
||||
"@types/jquery": "3.2.16",
|
||||
"@types/jquery": "3.3.6",
|
||||
"@types/lodash": "4.14.87",
|
||||
"@types/minimatch": "3.0.3",
|
||||
"@types/mocha": "2.2.44",
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace CypressLodashTests {
|
||||
}
|
||||
|
||||
namespace CypressJqueryTests {
|
||||
Cypress.$ // $ExpectType JQueryStatic<HTMLElement>
|
||||
Cypress.$ // $ExpectType JQueryStatic
|
||||
Cypress.$('selector') // $ExpectType JQuery<HTMLElement>
|
||||
Cypress.$('selector').click() // $ExpectType JQuery<HTMLElement>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user