Files
cypress/packages/runner/index.d.ts
T
Kukhyeon Heo 38bd1bb048 chore: improve pkg/driver types (#21197)
Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: Blue F <blue@cypress.io>
2022-05-13 18:57:12 +00:00

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" />