Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[WIP: no flow] Give better description for test
  • Loading branch information
Slowyn committed Aug 1, 2018
commit 485d8db76247d3d27d393bfc265f3da2c1ecf5af
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactDOMSelect-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ describe('ReactDOMSelect', () => {
expect(node.options[2].selected).toBe(false); // gorilla
});

it('should not fail', () => {
it('Options with stateful children; it should change its state properly and shouldn\'t fail', () => {
const container = document.createElement('div');

let node;
Expand Down