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 ff54d68 commit ac56f83Copy full SHA for ac56f83
docs/api/wrapper/find.md
@@ -32,4 +32,4 @@ const fooRef = wrapper.find({ ref: 'foo' })
32
expect(fooRef.is(Foo)).toBe(true)
33
```
34
35
-See also: [get](../get.md).
+See also: [get](./get.md).
docs/api/wrapper/get.md
@@ -1,6 +1,6 @@
1
## get
2
3
-Works just like [find](../find.md) but will throw an error if nothing matching
+Works just like [find](./find.md) but will throw an error if nothing matching
4
the given selector is found. You should use `find` when searching for an element
5
that may not exist. You should use this method when getting an element that should
6
exist and it will provide a nice error message if that is not the case.
0 commit comments