cy.d.ts 126 B

12345678
  1. declare global {
  2. namespace Cypress {
  3. interface Chainable {
  4. networkStub(): Chainable<void>;
  5. }
  6. }
  7. }
  8. export {};