This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
funkwhale
kopia lustrzana
https://dev.funkwhale.audio/funkwhale/funkwhale
Obserwuj
1
Polub
0
Forkuj
You've already forked funkwhale
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
c65d59817a
funkwhale
/
front
/
cypress
/
cypress.d.ts
10 wiersze
132 B
TypeScript
Czysty
Zwykły widok
Historia
Unescape
Escape
fix(cypress): fix typecheck Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
2023-06-19 20:55:27 +00:00
declare
module
'cypress'
{
global
{
namespace
Cypress
{
interface
Chainable
{
feat(cypress): ensure csrftoken cookie is set without timeout Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
2023-06-20 09:15:32 +00:00
login
(
)
:
void
fix(cypress): fix typecheck Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
2023-06-19 20:55:27 +00:00
}
fix(cypress): move typings to a .d.ts file Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
2023-06-13 22:50:06 +00:00
}
}
}