模拟由react-faux dom生成的元素上的click事件

时间:2019-03-01 02:34:50

标签: javascript reactjs d3.js

如何模拟点击使用react-faux-dom生成的d3节点/ g /链接, 我尝试使用以下代码段,但显示

it('should trigger on click', () => {
  const graph = shallow(<MyChart data={chartData} />);
  graph.find('svg').first().simulate('click');
});

相同的模式适用于基本jsx组件,但ntot适用于react-faux-dom生成的dom

0 个答案:

没有答案