Skip to content

Commit e3b9fbc

Browse files
authored
Merge pull request #197 from testing-library/updates
Updates
2 parents bcb3c5c + 2db0882 commit e3b9fbc

File tree

3 files changed

+2670
-1068
lines changed

3 files changed

+2670
-1068
lines changed

__tests__/react/selectoptions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ describe("userEvent.selectOptions", () => {
213213
<option data-testid="val3" value="3">
214214
3
215215
</option>
216-
</select>);
216+
</select>
217+
);
217218

218219
userEvent.selectOptions(getByTestId("element"), "2");
219220

0 commit comments

Comments
 (0)