Skip to content

Commit 7b78610

Browse files
committed
removed eslint directives
1 parent 6da3ad1 commit 7b78610

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/use-sync-external-store/src/__tests__/useSyncExternalStoreWithSelector-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ describe('useSyncExternalStoreWithSelector', () => {
2929
// of React 17.
3030
jest.mock('react', () => {
3131
const {
32-
// eslint-disable-next-line no-unused-vars
3332
startTransition: _,
34-
// eslint-disable-next-line no-unused-vars
3533
useSyncExternalStore: __,
3634
...otherExports
3735
} = jest.requireActual('react');

0 commit comments

Comments
 (0)