UNPKG

@rckeller/cypress-unfetch

Version:

Unofficial Cypress utilities for tracking network state

9 lines (8 loc) 157 B
declare namespace Cypress { interface Cypress { _xhr: number } interface Chainable { await: (timeout?: number) => Chainable<any> } }