标签: 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
react-faux-dom