Skip to content

Commit

Permalink
chore: fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Feb 21, 2024
1 parent 5db5400 commit a5b671a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ declare module 'jest-allure2-reporter' {
stop?: number;
}

/** @inheritDoc */
export interface AllureTestStepMetadata extends AllureTestItemMetadata {
/**
* Steps produced by Jest hooks will have this property set.
Expand All @@ -530,13 +531,15 @@ declare module 'jest-allure2-reporter' {
hookType?: 'beforeAll' | 'beforeEach' | 'afterEach' | 'afterAll';
}

/** @inheritDoc */
export interface AllureTestCaseMetadata extends AllureTestItemMetadata {
descriptionHtml?: string[];
labels?: Label[];
links?: Link[];
workerId?: string;
}

/** @inheritDoc */
export interface AllureTestFileMetadata extends AllureTestCaseMetadata {
code?: never;
steps?: never;
Expand Down

0 comments on commit a5b671a

Please sign in to comment.