Skip to content

Commit 1f222f7

Browse files
committed
chore(naf-drawer): remove fit and fdescribe
1 parent 528d7cc commit 1f222f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/navigation-drawer/navigation-drawer.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { PlatformUtil } from '../core/utils';
1919
declare var Simulator: any;
2020
const oldTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
2121

22-
fdescribe('Navigation Drawer', () => {
22+
describe('Navigation Drawer', () => {
2323
let widthSpyOverride: jasmine.Spy;
2424
// configureTestSuite();
2525
beforeEach(async(() => {
@@ -457,7 +457,7 @@ fdescribe('Navigation Drawer', () => {
457457
});
458458
}));
459459

460-
fit('should update width from css or property', async(done) => {
460+
it('should update width from css or property', async(done) => {
461461
const template = `<igx-nav-drawer [miniWidth]="drawerMiniWidth" [width]="drawerWidth">
462462
<ng-template igxDrawer></ng-template>
463463
<ng-template igxDrawerMini></ng-template>

0 commit comments

Comments
 (0)