Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zane Starr <[email protected]>
  • Loading branch information
shanejonas and zcstarr authored Mar 28, 2024
1 parent 94ec41b commit d4b6e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface IOptions {
skip?: string[];
only?: string[];
reporter: "console" | "json" | "raw";
transport: "http" | ITransport
transport: "http" | ITransport;
}

export default async (options: IOptions) => {
Expand Down

0 comments on commit d4b6e7d

Please sign in to comment.