Skip to content

Commit

Permalink
Merge pull request #372 from agilgur5/fix-format
Browse files Browse the repository at this point in the history
(fix/format): formatting of #366 didn't pass lint
  • Loading branch information
swyxio committed Dec 14, 2019
2 parents ef93d1d + f3399e0 commit b8f24e2
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 b8f24e2

Please sign in to comment.