mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
import { configure } from 'enzyme';
|
|
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
|
|
|
|
import 'jest-enzyme';
|
|
|
|
configure({ adapter: new Adapter() });
|