Skip to content

Commit

Permalink
fix(cli): use correct driver typings (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Nov 10, 2022
1 parent a9068c8 commit d33bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface WebdriverConfigParams {
}

export interface ConfigParams {
driver: Promise<WebDriver>;
driver: WebDriver;
timer?: boolean;
loadDelay?: number;
axeSource?: string;
Expand Down

0 comments on commit d33bbdf

Please sign in to comment.