client/src/setupTests.js
author ymh <ymh.work@gmail.com>
Mon, 03 Dec 2018 17:53:37 +0100
changeset 190 01ad654237d5
parent 168 ea92f4fe783d
permissions -rw-r--r--
Correct color background display in session summary

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

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