Skip to content

Commit

Permalink
feat: export TestCollection and Test types (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr authored Nov 14, 2023
1 parent 9ac8c0d commit a4771a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import "expect-webdriverio";
import { GlobalHelper } from "./types";
export { Hermione as default } from "./hermione";

export type { WdioBrowser, TestResult, Suite } from "./types";
export type { WdioBrowser, TestResult, Test, Suite } from "./types";
export type { Config } from "./config";
export type { ConfigInput } from "./config/types";
export type { TestCollection } from "./test-collection";

declare global {
const hermione: GlobalHelper;
Expand Down

0 comments on commit a4771a2

Please sign in to comment.