Replace to testing-library from enzyme (#14152)
This commit is contained in:
parent
d1c6dd2d27
commit
5e8f51b29f
5 changed files with 159 additions and 312 deletions
|
@ -1,5 +1 @@
|
|||
import { configure } from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
|
||||
const adapter = new Adapter();
|
||||
configure({ adapter });
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue