Skip to content

Commit

Permalink
give formatOptions more precise type
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 25, 2024
1 parent e5f0f0d commit d06c514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface CucumberSuite {
import?: string[];
tags?: string[];
format?: string[];
formatOptions?: object;
formatOptions?: { [key: string]: string };
parallel?: number;
paths: string[];
};
Expand Down

0 comments on commit d06c514

Please sign in to comment.