fix(cypress): fix typecheck
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
parent
05c8471ab8
commit
ddb57ec1ce
|
@ -1,7 +1,9 @@
|
|||
declare global {
|
||||
declare module 'cypress' {
|
||||
global {
|
||||
namespace Cypress {
|
||||
interface Chainable {
|
||||
login(): Chainable<JQuery<HTMLElement>>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue