We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00488d commit 65a44d3Copy full SHA for 65a44d3
1 file changed
README.md
@@ -4,7 +4,6 @@ Legit Tests version 2.0 is completely rebuilt and much simpler. It has been infl
4
5
```
6
npm install legit-tests@@2.0.0-alpha-1
7
-
8
9
10
###Example
@@ -19,6 +18,8 @@ it('should find id', () => {
19
18
20
21
+Any method after .find is expected to be a prop on a component.
22
+
23
That is it. You can find multiple nodes and access them like so:
24
25
```js
0 commit comments