feat: update react & react-dom to v17

This commit is contained in:
mashal-m
2023-06-12 18:13:45 +05:00
parent 82b0f67f11
commit 86b0c4da82
4 changed files with 2384 additions and 1542 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
import 'babel-polyfill';
import 'jest-canvas-mock';