mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
38bd1bb048
Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Blue F <blue@cypress.io>
13 lines
578 B
TypeScript
13 lines
578 B
TypeScript
/// <reference path="../../cli/types/cy-blob-util.d.ts" />
|
|
/// <reference path="../../cli/types/cy-bluebird.d.ts" />
|
|
/// <reference path="../../cli/types/cy-minimatch.d.ts" />
|
|
|
|
/// <reference path="../../cli/types/cypress.d.ts" />
|
|
/// <reference path="../../cli/types/cypress-global-vars.d.ts" />
|
|
/// <reference path="../../cli/types/cypress-type-helpers.d.ts" />
|
|
|
|
/// <reference path="../ts/index.d.ts" />
|
|
/// <reference path="../driver/types/internal-types.d.ts" />
|
|
/// <reference path="../driver/types/spec-types.d.ts" />
|
|
/// <reference path="../driver/types/window.d.ts" />
|