Skip to content

Commit

Permalink
Fix lint style
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed May 24, 2024
1 parent 6fc54d4 commit d14a03c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ declare namespace Cypress {
}

interface Chainable<Subject = any> {
waitForRssItems(url: string, title: string, checkImage: boolean, retries?: number): Chainable<any>;
waitForRssItems(
url: string,
title: string,
checkImage: boolean,
retries?: number,
): Chainable<any>;
}
}

0 comments on commit d14a03c

Please sign in to comment.