Skip to content

Commit

Permalink
Update WorkerAbstract.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored Mar 4, 2025
1 parent 13dd7cf commit b82a507
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 / Lint

Expected an assignment or function call and instead saw an expression

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

0 comments on commit b82a507

Please sign in to comment.