借助Jest和Enzyme,我正在尝试测试我的 Logo 组件是否接收正确的道具(id
,height
,width
,{{1 }},active
。
我尝试创建一个实例(disableTransparency
),但这返回null。我也尝试过wrapper.instance()
,这会返回渲染组件的道具。
wrapper.getElement().props
答案 0 :(得分:0)
您尝试过wrapper.props()
吗?这就是我通常在使用酶时获得组件道具的方式。