You've already forked react-custom-popup
Initial commit.
This commit is contained in:
7
tests/__setup__/enzyme.setup.js
Normal file
7
tests/__setup__/enzyme.setup.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Enzyme from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
|
||||
Enzyme.configure({
|
||||
adapter: new Adapter(),
|
||||
disableLifecycleMethods: true,
|
||||
});
|
||||
Reference in New Issue
Block a user