1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-22 14:49:43 +02:00
planka/client/src/setupTests.js

7 lines
157 B
JavaScript
Raw Normal View History

2020-08-20 15:35:46 +05:00
import { configure } from 'enzyme';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
2020-08-20 15:35:46 +05:00
import 'jest-enzyme';
configure({ adapter: new Adapter() });