Skip to content

Commit

Permalink
feat: export Key from webdriverio
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Mar 26, 2024
1 parent 3e3078a commit 57e345e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "expect-webdriverio";

import { GlobalHelper } from "./types";
export { Hermione as default } from "./hermione";
export { Key } from "webdriverio";

export type { WdioBrowser, TestResult, Test, Suite, TestError, AssertViewOpts } from "./types";
export type { Config } from "./config";
Expand Down

0 comments on commit 57e345e

Please sign in to comment.