Skip to content

Commit

Permalink
Update napi types
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro committed Sep 9, 2024
1 parent 139d95f commit 8b31411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/edr_napi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ export interface SolidityTestRunnerConfigArgs {
trace?: boolean
/** Whether to collect debug info. Defaults to false. */
debug?: boolean
/** Whether to support the `testFail` prefix. Defaults to false. */
testFail?: boolean
/** Address labels for traces. Defaults to none. */
labels?: Array<AddressLabel>
/**
Expand Down

0 comments on commit 8b31411

Please sign in to comment.