Skip to content

Commit

Permalink
Fix CI error due to type check
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Sep 5, 2019
1 parent 7bec580 commit 34cc22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-core/src/cli/index.ts
Expand Up @@ -34,7 +34,7 @@ type OnCompleteCallback = (results: AggregatedResult) => void;
export const runCLI = async (
argv: Config.Argv,
projects: Array<Config.Path>,
isGlobalProject,
isGlobalProject: boolean,
): Promise<{
results: AggregatedResult;
globalConfig: Config.GlobalConfig;
Expand Down

0 comments on commit 34cc22e

Please sign in to comment.