We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af78e9 commit 6bb752aCopy full SHA for 6bb752a
tests/setup-env.js
@@ -1,3 +1,4 @@
1
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
3
// eslint-disable-next-line import/no-extraneous-dependencies -- need the version from React not an explicitly declared one
4
jest.mock('scheduler', () => require('scheduler/unstable_mock'))
0 commit comments