Skip to content

Commit

Permalink
remove ??
Browse files Browse the repository at this point in the history
  • Loading branch information
sharma-shray authored Oct 22, 2024
1 parent 14288ba commit ca603ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-config/src/resolveConfigPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const resolveConfigPathByTraversing = (
}

if (configFiles.length > 0) {
return configFiles[0] ?? packageJson;
return configFiles[0];
}

// This is the system root.
Expand Down

0 comments on commit ca603ce

Please sign in to comment.