mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
declare namespace Cypress {
|
|
interface Chainable {
|
|
getBySel(selector, ...args): Cypress.Chainable;
|
|
}
|
|
}
|