1

我在使用chai-enzyme的 React 组件测试中有以下内容:

const wrapper = mount(<Something />)
expect(wrapper).to.contain(<SomethingElse />) //works
expect(wrapper).to.containMatchingElement(<SomethingElse />) //does not work

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

4

0 回答 0