We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28adc03 commit 1553824Copy full SHA for 1553824
projects/igniteui-angular/src/lib/directives/button/button.directive.spec.ts
@@ -15,7 +15,7 @@ const FLAT_RAISED_OUTLINED_BUTTON_COSY = 'igx-button--cosy';
15
const FAB_BUTTON_COMPACT = 'igx-button--fab-compact';
16
const FAB_BUTTON_COSY = 'igx-button--fab-cosy';
17
18
-fdescribe('IgxButton', () => {
+describe('IgxButton', () => {
19
configureTestSuite();
20
21
const baseClass = 'igx-button';
0 commit comments