File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ documented below. These methods are used internally by Cypress in nearly every
1111single built in command.
1212
1313We suggest
14- [ reading through the source code here] ( https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/index.js )
14+ [ reading through the source code here] ( https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/index.ts )
1515to see all of the methods and what they do.
1616
1717</Alert >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ please [refer to the docs for each one](#List-of-events).
8080This configuration contains all of the values that get passed into the browser
8181for your project.
8282
83- [ For a comprehensive list of all configuration values look here.] ( https://github.com/cypress-io/cypress/blob/master/packages/server/lib/config.js )
83+ [ For a comprehensive list of all configuration values look here.] ( https://github.com/cypress-io/cypress/blob/master/packages/server/lib/config.ts )
8484
8585Some plugins may utilize or require these values, so they can take certain
8686actions based on the configuration.
You can’t perform that action at this time.
0 commit comments