We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e912bf commit 374cf26Copy full SHA for 374cf26
test/components/AppTest.js
@@ -28,6 +28,6 @@ describe('<Main />', () => {
28
it.only('should have its component name as default className', () => {
29
debugger
30
const wrapper = mount(<Main />)
31
- expect(wrapper.is('.sp-main-container')).to.equal(true)
+ expect(wrapper.children().is('.sp-main-container')).to.equal(true)
32
})
33
0 commit comments