diff --git a/cypress/support/component.ts b/cypress/support/component.ts index e1621ac9..b2c275d6 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -23,6 +23,7 @@ import { mount } from 'cypress/react' // Alternatively, can be defined in cypress/support/component.d.ts // with a at the top of your spec. declare global { + /* eslint-disable @typescript-eslint/no-namespace */ namespace Cypress { interface Chainable { mount: typeof mount