client/src/setupTests.js
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 22:04:27 +0100
changeset 186 3458941945e0
parent 168 ea92f4fe783d
permissions -rw-r--r--
remove pylibmc from requirements as it is not used yet

import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';

configure({ adapter: new Adapter() });