Skip to content

Commit

Permalink
Update sync lane labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Mar 10, 2021
1 parent b12fb33 commit ffba3d8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ describe('SchedulingProfiler labels', () => {
targetRef.current.click();
});
expect(clearedMarks).toContain(
`--schedule-state-update-${formatLanes(
ReactFiberLane.InputDiscreteLane,
)}-App`,
`--schedule-state-update-${formatLanes(ReactFiberLane.SyncLane)}-App`,
);
});

Expand Down

0 comments on commit ffba3d8

Please sign in to comment.