We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a251762 commit 14cb0aeCopy full SHA for 14cb0ae
test/unit/specs/mount/Wrapper/find.spec.js
@@ -138,7 +138,7 @@ describe('find', () => {
138
139
const wrapper = mount(TestComponent)
140
expect(wrapper.find(FunctionalComponent).vnode).to.be.an('object')
141
- expect(wrapper.find(FunctionalComponent).vm).to.be('undefined')
+ expect(wrapper.find(FunctionalComponent).vm).to.equal(undefined)
142
})
143
144
it('returns correct number of Vue Wrappers when component has a v-for', () => {
0 commit comments