-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
// Project: https://www.cypress.io | ||
// GitHub: https://github.com/cypress-io/cypress | ||
// Definitions by: Gert Hengeveld <https://github.com/ghengeveld> | ||
// Mike Woudenberg <https://github.com/mikewoudenberg> | ||
// Robbert van Markus <https://github.com/rvanmarkus> | ||
// Nicholas Boll <https://github.com/nicholasboll> | ||
// TypeScript Version: 3.4 | ||
// Updated by the Cypress team: https://www.cypress.io/about/ | ||
|
||
/// <reference path="./cy-blob-util.d.ts" /> | ||
/// <reference path="./cy-bluebird.d.ts" /> | ||
/// <reference path="./cy-moment.d.ts" /> | ||
/// <reference path="./cy-minimatch.d.ts" /> | ||
/// <reference path="./cy-chai.d.ts" /> | ||
/// <reference path="./lodash/index.d.ts" /> | ||
/// <reference path="./sinon/index.d.ts" /> | ||
/// <reference path="./sinon-chai/index.d.ts" /> | ||
/// <reference path="./mocha/index.d.ts" /> | ||
/// <reference path="./jquery/index.d.ts" /> | ||
/// <reference path="./chai-jquery/index.d.ts" /> | ||
|
||
// jQuery includes dependency "sizzle" that provides types | ||
// so we include it too in "node_modules/sizzle". | ||
// This way jQuery can load it using 'reference types="sizzle"' directive | ||
|
||
// load ambient declaration for "cypress" NPM module | ||
// hmm, how to load it better? | ||
/// <reference path="./cypress-npm-api.d.ts" /> | ||
|
||
/// <reference path="./cypress.d.ts" /> | ||
/// <reference path="./cypress-global-vars.d.ts" /> | ||
/// <reference path="./cypress-type-helpers.d.ts" /> | ||
/// <reference path="./cypress-expect.d.ts" /> | ||
// Project: https://www.cypress.io | ||
// GitHub: https://github.com/cypress-io/cypress | ||
// Definitions by: Gert Hengeveld <https://github.com/ghengeveld> | ||
// Mike Woudenberg <https://github.com/mikewoudenberg> | ||
// Robbert van Markus <https://github.com/rvanmarkus> | ||
// Nicholas Boll <https://github.com/nicholasboll> | ||
// TypeScript Version: 3.4 | ||
// Updated by the Cypress team: https://www.cypress.io/about/ | ||
|
||
/// <reference path="./cy-blob-util.d.ts" /> | ||
/// <reference path="./cy-bluebird.d.ts" /> | ||
/// <reference path="./cy-moment.d.ts" /> | ||
/// <reference path="./cy-minimatch.d.ts" /> | ||
/// <reference path="./cy-chai.d.ts" /> | ||
/// <reference path="./lodash/index.d.ts" /> | ||
/// <reference path="./sinon/index.d.ts" /> | ||
/// <reference path="./sinon-chai/index.d.ts" /> | ||
/// <reference path="./mocha/index.d.ts" /> | ||
/// <reference path="./jquery/index.d.ts" /> | ||
/// <reference path="./chai-jquery/index.d.ts" /> | ||
|
||
// jQuery includes dependency "sizzle" that provides types | ||
// so we include it too in "node_modules/sizzle". | ||
// This way jQuery can load it using 'reference types="sizzle"' directive | ||
|
||
// load ambient declaration for "cypress" NPM module | ||
// hmm, how to load it better? | ||
/// <reference path="./cypress-npm-api.d.ts" /> | ||
|
||
/// <reference path="./cypress.d.ts" /> | ||
/// <reference path="./cypress-global-vars.d.ts" /> | ||
/// <reference path="./cypress-type-helpers.d.ts" /> | ||
/// <reference path="./cypress-expect.d.ts" /> |