Skip to content

Commit

Permalink
[patch] fix type (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmisty authored Jun 25, 2024
1 parent 8d3193e commit 7dcd962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type AllureTest = TestResult & {
export type AllureNode = AllureTest | AllureContainer | Parent;

export type AllureHook = {
name: string;
status: string;
statusDetails: AllureStatusDetails;
stage: 'finished' | string; // todo type when necessary
Expand Down

0 comments on commit 7dcd962

Please sign in to comment.