Skip to content

Commit b8f24e2

Browse files
authored
Merge pull request #372 from agilgur5/fix-format
(fix/format): formatting of #366 didn't pass lint
2 parents ef93d1d + f3399e0 commit b8f24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ prog
577577
...jestConfig,
578578
})
579579
);
580-
580+
581581
if (!process.env.CI) {
582-
argv.push('--watch') // run jest in watch mode unless in CI
582+
argv.push('--watch'); // run jest in watch mode unless in CI
583583
}
584584

585585
const [, ...argsToPassToJestCli] = argv;

0 commit comments

Comments
 (0)