Skip to content

Commit d6660c6

Browse files
committed
test(toast): remove fdescribe
1 parent 9b2fbaf commit d6660c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/toast/toast.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from './toast.component';
1515
import { configureTestSuite } from '../test-utils/configure-suite';
1616

17-
fdescribe('IgxToast', () => {
17+
describe('IgxToast', () => {
1818
configureTestSuite();
1919
beforeAll(waitForAsync(() => {
2020
TestBed.configureTestingModule({

0 commit comments

Comments
 (0)