|
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-moment.d.ts" /> |
13 | | -/// <reference path="./cy-minimatch.d.ts" /> |
14 | | -/// <reference path="./cy-chai.d.ts" /> |
15 | | -/// <reference path="./lodash/index.d.ts" /> |
16 | | -/// <reference path="./sinon/index.d.ts" /> |
17 | | -/// <reference path="./sinon-chai/index.d.ts" /> |
18 | | -/// <reference path="./mocha/index.d.ts" /> |
19 | | -/// <reference path="./jquery/index.d.ts" /> |
20 | | -/// <reference path="./chai-jquery/index.d.ts" /> |
21 | | - |
22 | | -// jQuery includes dependency "sizzle" that provides types |
23 | | -// so we include it too in "node_modules/sizzle". |
24 | | -// This way jQuery can load it using 'reference types="sizzle"' directive |
25 | | - |
26 | | -// load ambient declaration for "cypress" NPM module |
27 | | -// hmm, how to load it better? |
28 | | -/// <reference path="./cypress-npm-api.d.ts" /> |
29 | | - |
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-moment.d.ts" /> |
| 13 | +/// <reference path="./cy-minimatch.d.ts" /> |
| 14 | +/// <reference path="./cy-chai.d.ts" /> |
| 15 | +/// <reference path="./lodash/index.d.ts" /> |
| 16 | +/// <reference path="./sinon/index.d.ts" /> |
| 17 | +/// <reference path="./sinon-chai/index.d.ts" /> |
| 18 | +/// <reference path="./mocha/index.d.ts" /> |
| 19 | +/// <reference path="./jquery/index.d.ts" /> |
| 20 | +/// <reference path="./chai-jquery/index.d.ts" /> |
| 21 | + |
| 22 | +// jQuery includes dependency "sizzle" that provides types |
| 23 | +// so we include it too in "node_modules/sizzle". |
| 24 | +// This way jQuery can load it using 'reference types="sizzle"' directive |
| 25 | + |
| 26 | +// load ambient declaration for "cypress" NPM module |
| 27 | +// hmm, how to load it better? |
| 28 | +/// <reference path="./cypress-npm-api.d.ts" /> |
| 29 | + |
| 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" /> |
0 commit comments