mirror of
https://github.com/vercel/commerce.git
synced 2025-04-28 13:57:50 +00:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
|
declare namespace Cypress {
|
|
interface Chainable {
|
|
getBySel(selector: string): Chainable<JQuery<HTMLElement>>
|
|
}
|
|
} |