chore: update react to 17, etc. TNL-10715

This commit is contained in:
Ken Clary
2023-06-01 11:05:48 -04:00
parent 88629d6df1
commit 648e700818
4 changed files with 2063 additions and 1240 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';