Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Sep 14, 2022
1 parent a4af797 commit 691b1bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/__tests__/useEvent-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ describe('useEvent', () => {
'An event from useEvent was called during render',
);

// TODO: Why?
expect(Scheduler).toHaveYielded(['Count: 0', 'Count: 0']);
});

Expand Down

0 comments on commit 691b1bd

Please sign in to comment.