import './commands'; import { mount } from 'cypress-ct-custom-elements'; declare global { namespace Cypress { interface Chainable { mount: typeof mount } } } Cypress.Commands.add('mount', mount)