Skip to content

Commit 6bb752a

Browse files
committed
Mark scheduler mocking as TODO
1 parent 8af78e9 commit 6bb752a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/setup-env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import '@testing-library/jest-dom/extend-expect'
2+
// TODO: Can be removed in a future React release: https://github.com/reactwg/react-18/discussions/23#discussioncomment-798952
23
// eslint-disable-next-line import/no-extraneous-dependencies -- need the version from React not an explicitly declared one
34
jest.mock('scheduler', () => require('scheduler/unstable_mock'))

0 commit comments

Comments
 (0)