Skip to content

Commit

Permalink
fix: allow execution of all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristijan Dimitrieski authored and Hristijan Dimitrieski committed Sep 25, 2019
1 parent 76faebe commit 8268e0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FilterComponentMock implements GridFilter<any> {
}
}

fdescribe('DynamicFilterComponent', () => {
describe('DynamicFilterComponent', () => {
let fixture: ComponentFixture<any>;
let component: DynamicFilterComponent;

Expand Down

0 comments on commit 8268e0e

Please sign in to comment.