Skip to content

Commit

Permalink
removed eslint directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Jan 10, 2025
1 parent 6da3ad1 commit 7b78610
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ describe('useSyncExternalStoreWithSelector', () => {
// of React 17.
jest.mock('react', () => {
const {
// eslint-disable-next-line no-unused-vars
startTransition: _,
// eslint-disable-next-line no-unused-vars
useSyncExternalStore: __,
...otherExports
} = jest.requireActual('react');
Expand Down

0 comments on commit 7b78610

Please sign in to comment.