mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-31 03:29:43 -06:00
* doc second cy.find type * document type for cy.request * document Cypress.env command * doc type for Cypress.log * doc types for uncheck * add type docs for cy.spy * document spies and stubs types * add space to align jsdoc stars * types: show to correctly pass request options, close #2093 * cast just the http method property * types for spy withArgs and as * doc more types for overrides * type for spread * type for overriden then * types for cy.trigger overrides * rest of types of overriden methods, close #2009