Skip to content

Commit

Permalink
fix: revert bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravhiremath committed Jun 25, 2020
1 parent 3619653 commit cd9918d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jest-core/src/getChangedFilesPromise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export default (
console.error(chalk.red(`\n\n${message}`));

process.exit(1);

// We do process.exit, so this is dead code
return Promise.reject(e);
});
}

Expand Down

0 comments on commit cd9918d

Please sign in to comment.