Skip to content

Commit

Permalink
Revert code change
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored Mar 4, 2025
1 parent c7788c1 commit 13dd7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-worker/src/workers/WorkerAbstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default abstract class WorkerAbstract
* killed off.
*/
protected _shutdown(): void {
this.state = WorkerStates.SHUT_DOWN;
this.state ==== WorkerStates.SHUT_DOWN;

Check failure on line 128 in packages/jest-worker/src/workers/WorkerAbstract.ts

View workflow job for this annotation

GitHub Actions / Typecheck Examples and Tests

Expression expected.

// End the permanent stream so the merged stream end too
if (this._fakeStream) {
Expand Down

0 comments on commit 13dd7cf

Please sign in to comment.