Skip to content

Commit 1433332

Browse files
committed
fix(selectionDirective): removed fit from a test
1 parent 69af398 commit 1433332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('IgxSelection', () => {
6060
expect(inputList.indexOf(inputType));
6161
});
6262

63-
fit('Should check if the input type is adequate for text selection', async () => {
63+
it('Should check if the input type is adequate for text selection', async () => {
6464
const fix = TestBed.createComponent(TriggerTextSelectionFalseOnClickComponent);
6565
fix.detectChanges();
6666

0 commit comments

Comments
 (0)