Skip to content

Commit ce15df6

Browse files
committed
chore(*): remove fit from test
1 parent c809634 commit ce15df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('Filter', () => {
7474
expect(list.items.length).toBe(4);
7575
});
7676

77-
fit('should filter a list by multiple keys', () => {
77+
it('should filter a list by multiple keys', () => {
7878
const fixture = TestBed.createComponent(DynamicListTestComponent);
7979
const list = fixture.componentInstance.list;
8080

0 commit comments

Comments
 (0)