Skip to content

Commit 8ef2143

Browse files
committed
lint
1 parent 7ab99c7 commit 8ef2143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMSelect-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ describe('ReactDOMSelect', () => {
362362
expect(node.options[2].selected).toBe(true); // gorilla
363363
});
364364

365-
it.only('does not select an item when size is initially set to greater than 1', () => {
365+
it('does not select an item when size is initially set to greater than 1', () => {
366366
const stub = (
367367
<select size="2">
368368
<option value="monkey">A monkey!</option>

0 commit comments

Comments
 (0)