Skip to content

Commit

Permalink
fix: refine TS types definition
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Oct 1, 2024
1 parent 8aebb56 commit 4ca5068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export interface Report {
baseline: boolean
group: string | null
now: () => number
before?: () => void | Promise<void>
after?: () => void | Promise<void>
before: () => void | Promise<void>
after: () => void | Promise<void>

error?: Error

Expand Down

0 comments on commit 4ca5068

Please sign in to comment.