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 5636a8e commit 6fbdea0Copy full SHA for 6fbdea0
docs/api/shallowMount.md
@@ -89,7 +89,7 @@ describe('Foo', () => {
89
foo: '<div />'
90
}
91
})
92
- expect(wrapper.find('div')).toBe(true)
+ expect(wrapper.contains('div')).toBe(true)
93
94
95
```
0 commit comments