tell eslint to shut up

This commit is contained in:
Bart Louwers
2025-07-05 12:21:30 +02:00
parent bb339d0ae5
commit a495055ca2

View File

@@ -23,6 +23,7 @@ import { mount } from 'cypress/react'
// Alternatively, can be defined in cypress/support/component.d.ts
// with a <reference path="./component" /> at the top of your spec.
declare global {
/* eslint-disable @typescript-eslint/no-namespace */
namespace Cypress {
interface Chainable {
mount: typeof mount