标签: reactjs unit-testing enzyme
我正在使用酶浅层方法从功能组件中渲染测试单元,但是会产生奇怪的 ShallowWrapper ,其中不包含诸如wrapper.instance之类的方法来访问道具。 几乎就像在Github上一样:https://github.com/airbnb/enzyme/issues/1533
wrapper.instance
如何更改render方法以使其能够在包装器上调用这些方法?