it('update the value of the inner component', () => {
      const decorated = shallow(
        DecoratedComponent,
        { onChange: () => { } }
      )