mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
fix: for hosts typing in cypress.d.ts (#22718)
* Update cypress.d.ts Fix the hosts typing in cypress typings file * fix: Add ts type for hosts in a server base file
This commit is contained in:
Vendored
+1
-1
@@ -2941,7 +2941,7 @@ declare namespace Cypress {
|
||||
/**
|
||||
* Hosts mappings to IP addresses.
|
||||
*/
|
||||
hosts: null | string[]
|
||||
hosts: null | {[key: string]: string}
|
||||
/**
|
||||
* Whether Cypress was launched via 'cypress open' (interactive mode)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user