Skip to content

Commit

Permalink
refactor: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
motabass authored and tiaguinho committed Sep 9, 2020
1 parent 5d2d3be commit 2dfbeb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
24 changes: 0 additions & 24 deletions projects/material-community-components/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,6 @@ describe('MccColorPickerComponent', () => {
expect(toHex(buttons[1].styles['backgroundColor'])).toBe(colors[0]);
});

// TODO: disabled because this was not testing anything really because forms.children.length was always 0
// it('should hide form hex', () => {
// comp.hideHexForms = true;
// fixture.detectChanges();
//
// const selector = fixture.debugElement.query(By.css('mcc-color-picker-selector'));
// const forms = selector.query(By.css('.mcc-color-picker-selector-preview'));
//
// expect(forms.children.length).toBe(1);
// });

it('should hide empty colors', () => {
comp.usedColorStart = colors;
comp.hideEmpty = true;
Expand Down

0 comments on commit 2dfbeb0

Please sign in to comment.