Skip to content

Commit

Permalink
Update packages/jest-changed-files/src/sl.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <[email protected]>
  • Loading branch information
rmartine-ias and SimenB authored May 8, 2024
1 parent 890f0c2 commit b06121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-changed-files/src/sl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const adapter: SCMAdapter = {
}

const result = await subprocess;
if (result.killed) {
if (result.killed && isSteamLocomotive) {
return null;
}

Expand Down

0 comments on commit b06121a

Please sign in to comment.