client/src/setupTests.js
author ymh <ymh.work@gmail.com>
Tue, 18 Dec 2018 02:27:22 +0100
changeset 199 c78d579f4b55
parent 168 ea92f4fe783d
permissions -rw-r--r--
Correct the registration screen. First version of a password reset screen.

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

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