Skip to content

Commit

Permalink
Merge pull request #3522 from snyk/chore/remove-deprecated-type
Browse files Browse the repository at this point in the history
chore: remove deprecated type
  • Loading branch information
YairZ101 authored Aug 3, 2022
2 parents b4215b0 + 05aa187 commit 4eee185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export interface TestOptions {
command?: string; // python interpreter to use for python tests
testDepGraphDockerEndpoint?: string | null;
isDockerUser?: boolean;
/** @deprecated Only used by the legacy `iac test` flow remove once local exec path is GA */
iacDirFiles?: IacFileInDirectory[];
}

export interface Contributor {
Expand Down

0 comments on commit 4eee185

Please sign in to comment.