chore: lint

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 0e5a678a7b
commit 94b43a68d6
6 changed files with 17 additions and 8 deletions
+1
View File
@@ -91,6 +91,7 @@ function connect(from: string, to: string) {
}
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace
namespace Cypress {
interface Chainable {
mount: typeof mount