Skip to content

Commit 0c82460

Browse files
committed
feat: Export GitHubActionOptions from index.ts #20
1 parent c7c1fa7 commit 0c82460

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.9.2]
6+
7+
- [#20](https://github.com/estruyf/playwright-github-actions-reporter/issues/20): Added `GitHubActionOptions` as export
8+
59
## [1.9.1]
610

711
- [#20](https://github.com/estruyf/playwright-github-actions-reporter/issues/20): Add declaration file to the package

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import type {
99
} from "@playwright/test/reporter";
1010
import { processResults } from "./utils/processResults";
1111
import { GitHubActionOptions } from "./models";
12+
export { GitHubActionOptions } from "./models";
1213

1314
class GitHubAction implements Reporter {
1415
private suite: Suite | undefined;

0 commit comments

Comments
 (0)