UNPKG

mystash

Version:
6 lines (4 loc) 156 B
import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; import 'jest-localstorage-mock'; configure({ adapter: new Adapter() });