describe('updateWidgetInWidgets', () => {
    const newWidgetState = { ...fixtureWidget, description: 'cats cats cats' };
    const actual = updateWidgetInWidgets(fixtureWidgets, newWidgetState);

    it('should update a widget on state', () => {