cypress 9.1.0 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/index.d.ts CHANGED
@@ -1,33 +1,33 @@
1
- // Project: https://www.cypress.io
2
- // GitHub: https://github.com/cypress-io/cypress
3
- // Definitions by: Gert Hengeveld <https://github.com/ghengeveld>
4
- // Mike Woudenberg <https://github.com/mikewoudenberg>
5
- // Robbert van Markus <https://github.com/rvanmarkus>
6
- // Nicholas Boll <https://github.com/nicholasboll>
7
- // TypeScript Version: 3.4
8
- // Updated by the Cypress team: https://www.cypress.io/about/
9
-
10
- /// <reference path="./cy-blob-util.d.ts" />
11
- /// <reference path="./cy-bluebird.d.ts" />
12
- /// <reference path="./cy-minimatch.d.ts" />
13
- /// <reference path="./cy-chai.d.ts" />
14
- /// <reference path="./lodash/index.d.ts" />
15
- /// <reference path="./sinon/index.d.ts" />
16
- /// <reference path="./sinon-chai/index.d.ts" />
17
- /// <reference path="./mocha/index.d.ts" />
18
- /// <reference path="./jquery/index.d.ts" />
19
- /// <reference path="./chai-jquery/index.d.ts" />
20
-
21
- // jQuery includes dependency "sizzle" that provides types
22
- // so we include it too in "node_modules/sizzle".
23
- // This way jQuery can load it using 'reference types="sizzle"' directive
24
-
25
- // load ambient declaration for "cypress" NPM module
26
- // hmm, how to load it better?
27
- /// <reference path="./cypress-npm-api.d.ts" />
28
-
29
- /// <reference path="./net-stubbing.ts" />
30
- /// <reference path="./cypress.d.ts" />
31
- /// <reference path="./cypress-global-vars.d.ts" />
32
- /// <reference path="./cypress-type-helpers.d.ts" />
33
- /// <reference path="./cypress-expect.d.ts" />
1
+ // Project: https://www.cypress.io
2
+ // GitHub: https://github.com/cypress-io/cypress
3
+ // Definitions by: Gert Hengeveld <https://github.com/ghengeveld>
4
+ // Mike Woudenberg <https://github.com/mikewoudenberg>
5
+ // Robbert van Markus <https://github.com/rvanmarkus>
6
+ // Nicholas Boll <https://github.com/nicholasboll>
7
+ // TypeScript Version: 3.4
8
+ // Updated by the Cypress team: https://www.cypress.io/about/
9
+
10
+ /// <reference path="./cy-blob-util.d.ts" />
11
+ /// <reference path="./cy-bluebird.d.ts" />
12
+ /// <reference path="./cy-minimatch.d.ts" />
13
+ /// <reference path="./cy-chai.d.ts" />
14
+ /// <reference path="./lodash/index.d.ts" />
15
+ /// <reference path="./sinon/index.d.ts" />
16
+ /// <reference path="./sinon-chai/index.d.ts" />
17
+ /// <reference path="./mocha/index.d.ts" />
18
+ /// <reference path="./jquery/index.d.ts" />
19
+ /// <reference path="./chai-jquery/index.d.ts" />
20
+
21
+ // jQuery includes dependency "sizzle" that provides types
22
+ // so we include it too in "node_modules/sizzle".
23
+ // This way jQuery can load it using 'reference types="sizzle"' directive
24
+
25
+ // load ambient declaration for "cypress" NPM module
26
+ // hmm, how to load it better?
27
+ /// <reference path="./cypress-npm-api.d.ts" />
28
+
29
+ /// <reference path="./net-stubbing.ts" />
30
+ /// <reference path="./cypress.d.ts" />
31
+ /// <reference path="./cypress-global-vars.d.ts" />
32
+ /// <reference path="./cypress-type-helpers.d.ts" />
33
+ /// <reference path="./cypress-expect.d.ts" />