it('updates an item', () => {
        const state = {
          items: {
            2: {id: 2, title: 'News'}
          }