NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.
https://nerv.aotu.io
MIT License
5.42k stars 267 forks source link

nerv-test-utils的api:findRenderedDOMComponentWithClass问题 #165

Open tibic opened 4 years ago

tibic commented 4 years ago

版本:

"nerv-devtools": "^1.5.7", "nerv-test-utils": "^1.5.7", "jest": "^25.1.0",

问题描述:

ReactTestUtils.findRenderedDOMComponentWithClass(wrapper,'.sp-alert_close_icon'); 这个方法在查找元素时候,查不到,jest测试报错

image

查看源码

image

上图里面查找的result为空数组