Skip to content

Commit

Permalink
Merge pull request #246 from DanielRHayes/docs/select-options-clearer…
Browse files Browse the repository at this point in the history
…-example

docs: ✏️ improve clarity of example for selectOptions
  • Loading branch information
Gpx committed Apr 23, 2020
2 parents 91f0519 + d0157e2 commit ebec144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -146,13 +146,13 @@ import userEvent from "@testing-library/user-event";
const { getByTestId } = render(
<select multiple data-testid="select-multiple">
<option data-testid="val1" value="1">
1
A
</option>
<option data-testid="val2" value="2">
2
B
</option>
<option data-testid="val3" value="3">
3
C
</option>
</select>
);
Expand Down

0 comments on commit ebec144

Please sign in to comment.