containsMatchingElement和chai-enzyme中包含有什么区别?

时间:2017-10-09 17:13:23

标签: reactjs testing chai-enzyme

我在使用chai-enzyme

的React组件的测试中有以下内容
const wrapper = mount(<Something />)
expect(wrapper).to.contain(<SomethingElse />) //works
expect(wrapper).to.containMatchingElement(<SomethingElse />) //does not work

并想知道为什么contain有效但containMatchingElement没有。

0 个答案:

没有答案