Skip to content

Commit

Permalink
add to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jun 24, 2024
1 parent cace7f1 commit 5fdd358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/formatter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export interface FormatRerunOptions {

export interface FormatOptions {
colorsEnabled?: boolean
html?: {
externalAttachments?: boolean
}
rerun?: FormatRerunOptions
snippetInterface?: SnippetInterface
snippetSyntax?: string
Expand Down

0 comments on commit 5fdd358

Please sign in to comment.