Skip to content

Commit

Permalink
feat: export TestCollection and Test types
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Nov 14, 2023
1 parent 9ac8c0d commit 22bead3
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 22bead3

Please sign in to comment.