client/src/setupTests.js
author ymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 01:00:53 +0200
changeset 204 0c78763b5f10
parent 168 ea92f4fe783d
permissions -rw-r--r--
set version

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

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