Skip to content

Commit

Permalink
fix(Input): #3550 Removed f.
Browse files Browse the repository at this point in the history
  • Loading branch information
gedinakova committed Jan 16, 2019
1 parent 6b0947c commit a504c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const INPUT_GROUP_REQUIRED_CSS_CLASS = 'igx-input-group--required';
const INPUT_GROUP_VALID_CSS_CLASS = 'igx-input-group--valid';
const INPUT_GROUP_INVALID_CSS_CLASS = 'igx-input-group--invalid';

fdescribe('IgxInput', () => {
describe('IgxInput', () => {
configureTestSuite();
beforeEach(async(() => {
TestBed.configureTestingModule({
Expand Down

0 comments on commit a504c7b

Please sign in to comment.