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