Skip to content

Commit

Permalink
(fix/format): formatting of #366 didn't pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed Dec 14, 2019
1 parent ef93d1d commit f3399e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ prog
...jestConfig,
})
);

if (!process.env.CI) {
argv.push('--watch') // run jest in watch mode unless in CI
argv.push('--watch'); // run jest in watch mode unless in CI
}

const [, ...argsToPassToJestCli] = argv;
Expand Down

0 comments on commit f3399e0

Please sign in to comment.