Skip to content

Commit

Permalink
Reactivate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Jul 6, 2023
1 parent 4cff7bb commit f4b958d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {FilterGroupConditionField, NaturalDropdownRef} from '@ecodev/natural';
import {NATURAL_DROPDOWN_DATA, NaturalDropdownData} from '../../search/dropdown-container/dropdown.service';
import {TypeBooleanComponent} from './type-boolean.component';

fdescribe('TypeBooleanComponent', () => {
describe('TypeBooleanComponent', () => {
let component: TypeBooleanComponent;
let fixture: ComponentFixture<TypeBooleanComponent>;
const data: NaturalDropdownData = {
Expand Down

0 comments on commit f4b958d

Please sign in to comment.