()
| 1102 | it('does not update one component twice in a batch (#6371)', () => { |
| 1103 | var callbacks = []; |
| 1104 | function emitChange() { |
| 1105 | callbacks.forEach(c => c()); |
| 1106 | } |
| 1107 | |
| 1108 | class App extends React.Component { |
| 1109 | constructor(props) { |
no test coverage detected