client/src/setupTests.js
author ymh <ymh.work@gmail.com>
Tue, 04 Dec 2018 18:56:31 +0100
changeset 192 e4c2c1919c20
parent 168 ea92f4fe783d
permissions -rw-r--r--
Add placeholder translation for empty title and description

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

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