Skip to content

Commit 7cc5d31

Browse files
committed
chore: fix eslint issue
Signed-off-by: hainenber <dotronghai96@gmail.com>
1 parent 157ddc9 commit 7cc5d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-config/src/normalize.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,8 +1106,8 @@ export default async function normalize(
11061106
newOptions.ci && !argv.updateSnapshot
11071107
? 'none'
11081108
: argv.updateSnapshot
1109-
? 'all'
1110-
: 'new';
1109+
? 'all'
1110+
: 'new';
11111111

11121112
newOptions.maxConcurrency = Number.parseInt(
11131113
newOptions.maxConcurrency as unknown as string,

0 commit comments

Comments
 (0)