Fix another linting issue

This commit is contained in:
Ramon Wenger 2023-04-06 22:15:14 +02:00
parent 10d70c2170
commit 2938864003
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import { createPinia } from "pinia";
// 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-next-line @typescript-eslint/no-namespace
namespace Cypress {
interface Chainable {
mount: typeof mount;