mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2025-12-08 20:16:09 +00:00
15 lines
250 B
JavaScript
15 lines
250 B
JavaScript
/**
|
|
* Created by hustcc.
|
|
* Contract: i@hust.cc
|
|
*/
|
|
|
|
import Adapter from 'enzyme-adapter-react-15';
|
|
import { configure } from 'enzyme';
|
|
|
|
// refs only work with mount, yes.
|
|
|
|
configure({
|
|
adapter: new Adapter(),
|
|
disableLifecycleMethods: false,
|
|
});
|