NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.

Home Page:https://nerv.aotu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerv-test-utils的api:findRenderedDOMComponentWithClass问题

tibic opened this issue · comments

版本:

"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为空数组