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 afd7a82 commit e2a6986Copy full SHA for e2a6986
docs/api/wrapper-array/is.md
@@ -15,6 +15,6 @@ import { mount } from '@vue/test-utils'
15
import Foo from './Foo.vue'
16
17
const wrapper = mount(Foo)
18
-const divArray = wrapper.find('div')
+const divArray = wrapper.findAll('div')
19
expect(divArray.is('div')).toBe(true)
20
```
0 commit comments