1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-07 22:21:47 +08:00
2017-09-29 23:36:38 +02:00

8 lines
170 B
JavaScript

import 'jest-enzyme/lib/index';
// setup file
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
configure({ adapter: new Adapter() });