Fix another linting issue
This commit is contained in:
parent
10d70c2170
commit
2938864003
|
|
@ -30,6 +30,7 @@ import { createPinia } from "pinia";
|
||||||
// Alternatively, can be defined in cypress/support/component.d.ts
|
// Alternatively, can be defined in cypress/support/component.d.ts
|
||||||
// with a <reference path="./component" /> at the top of your spec.
|
// with a <reference path="./component" /> at the top of your spec.
|
||||||
declare global {
|
declare global {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-namespace
|
||||||
namespace Cypress {
|
namespace Cypress {
|
||||||
interface Chainable {
|
interface Chainable {
|
||||||
mount: typeof mount;
|
mount: typeof mount;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue