Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import { configure } from 'enzyme';
  2. import Adapter from 'enzyme-adapter-react-16';
  3.  
  4. // React 16 Enzyme adapter
  5. configure({ adapter: new Adapter() });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement