| 39 | |
| 40 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 41 | interface Chainable<Subject> { |
| 42 | /** |
| 43 | * Command to create and compare image snapshots. |
| 44 | * @memberof Cypress.Chainable |
| 45 | * @example cy.get('.my-element').matchImage(); |
| 46 | */ |
| 47 | matchImage( |
| 48 | options?: Cypress.MatchImageOptions |
| 49 | ): Chainable<MatchImageReturn>; |
| 50 | } |
| 51 | } |
| 52 | } |
| 53 |
no outgoing calls
no test coverage detected