Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jan 25, 2021
1 parent 41bd821 commit 4762a94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions superset-frontend/cypress-base/cypress/support/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ declare namespace Cypress {
*/
login(): void;

// eslint-disable-next-line @typescript-eslint/no-explicit-any
parsePostForm(requestbody: ArrayBuffer): Record<string, any>;

visitChartByParams(params: string | Record<string, unknown>): cy;
visitChartByName(name: string): cy;
visitChartById(id: number): cy;
Expand All @@ -54,4 +51,3 @@ declare namespace Cypress {
}

declare module '@cypress/code-coverage/task';
declare module 'parse-multipart';

0 comments on commit 4762a94

Please sign in to comment.