rxc-app/tools/testSetup.js

4 lines
122 B
JavaScript
Raw Permalink Normal View History

2020-04-12 02:46:44 +03:00
import { configure } from "enzyme";
import Adapter from "enzyme-adapter-react-16";
configure({ adapter: new Adapter() });