it('should be selected', () => {
        component.selected = [component.options[0].value];
        expect(component.isSelected(component.options[0])).toBeTruthy();
      });