Skip to content

Commit

Permalink
feat: Add all resolvers unit tests #12
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 26, 2020
1 parent 3f6df56 commit 827352b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dependencyChecker/interfaces/IDependencyChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export interface IDependencyCheckerRunOptions {
};
workDir: string;
targetNode: string;
cachedResults: {
ignoreAll: boolean;
ignoreFalsy: boolean;
ignoreTruthy: boolean;
};
skip: {
skipYarnTest: boolean;
};
}

export interface IDependencyCheckerRunResult {
Expand Down

0 comments on commit 827352b

Please sign in to comment.