mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 09:15:00 +03:00
Add test libs, update dependencies
This commit is contained in:
6
client/src/setupTests.js
Normal file
6
client/src/setupTests.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { configure } from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
|
||||
import 'jest-enzyme';
|
||||
|
||||
configure({ adapter: new Adapter() });
|
||||
Reference in New Issue
Block a user