Skip to content

Commit

Permalink
Update types to align more with Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor authored Jul 29, 2020
1 parent 7c1e8a8 commit 672dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
declare namespace Cypress {
interface Chainable {
interface Chainable<Subject = any> {
login(): Chainable<Element>;
logout(): Chainable<Element>;
}
Expand Down

0 comments on commit 672dac4

Please sign in to comment.