Skip to content

Commit

Permalink
feat: export TestError type (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw authored Feb 21, 2024
1 parent 467f589 commit f860b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "expect-webdriverio";
import { GlobalHelper } from "./types";
export { Hermione as default } from "./hermione";

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

0 comments on commit f860b7c

Please sign in to comment.