From f3399e04d8005fc555ab350b0b210289d9bfe849 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 14 Dec 2019 06:36:27 -0500 Subject: [PATCH] (fix/format): formatting of #366 didn't pass lint --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index dc7c5e651..29f7cff2d 100755 --- a/src/index.ts +++ b/src/index.ts @@ -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;