mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
|
|
import { configure } from 'enzyme';
|
||
|
|
import Adapter from 'enzyme-adapter-react-16';
|
||
|
|
|
||
|
|
import 'jest-enzyme';
|
||
|
|
|
||
|
|
configure({ adapter: new Adapter() });
|