We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34e5b1 commit 5ee369cCopy full SHA for 5ee369c
docs/api/wrapper/get.md
@@ -11,7 +11,7 @@ import { mount } from '@vue/test-utils'
11
const wrapper = mount(Foo)
12
13
// similar to `wrapper.find`.
14
-`get` will throw an error if an element is not found. `find` will do nothing.
+// `get` will throw an error if an element is not found. `find` will do nothing.
15
expect(wrapper.get('.does-exist'))
16
17
expect(() => wrapper.get('.does-not-exist'))
0 commit comments