Skip to content

Commit 1553824

Browse files
committed
chore(button): removing f from describe #5404
1 parent 28adc03 commit 1553824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/button/button.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FLAT_RAISED_OUTLINED_BUTTON_COSY = 'igx-button--cosy';
1515
const FAB_BUTTON_COMPACT = 'igx-button--fab-compact';
1616
const FAB_BUTTON_COSY = 'igx-button--fab-cosy';
1717

18-
fdescribe('IgxButton', () => {
18+
describe('IgxButton', () => {
1919
configureTestSuite();
2020

2121
const baseClass = 'igx-button';

0 commit comments

Comments
 (0)