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
|
||||
// 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue