feat: update react & react-dom to v17 (#190)
* feat: update react & react-dom to v17 * build: update pkgs * fix: fix lint issue * build: update paragon * refactor: updated edx packages * build: update -react-redux * refactor: updated package-lock * refactor: updated package-lock * refactor: updated package-lock --------- Co-authored-by: mashal-m <mashal.malik@arbisoft.com> Co-authored-by: Mashal Malik <107556986+Mashal-m@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import '@testing-library/jest-dom';
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
|
||||
import Enzyme from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
|
||||
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user