| 127 | declare global { |
| 128 | namespace Cypress { |
| 129 | interface Chainable { |
| 130 | getCy: typeof getCy; |
| 131 | serverCommand: typeof serverCommand; |
| 132 | login: typeof login; |
| 133 | } |
| 134 | } |
| 135 | } |
nothing calls this directly
no outgoing calls
no test coverage detected