Skip to content

Commit b8a76f2

Browse files
committed
crlf -> lf.
1 parent 5961445 commit b8a76f2

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

cli/types/index.d.ts

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -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-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

Comments
 (0)