Skip to content
Prev Previous commit
Next Next commit
fix: TTL-919 fdescribe -> describe
  • Loading branch information
mmaquina committed Jul 10, 2023
commit 915651bda89bb63bd4b0bc8bcf875e7b94ec8ea0
12 changes: 10 additions & 2 deletions src/app/modules/time-clock/pages/time-clock.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { TimeDetailsPipe } from '../pipes/time-details.pipe';
import { NgxMaterialTimepickerModule } from 'ngx-material-timepicker';


fdescribe('TimeClockComponent', () => {
describe('TimeClockComponent', () => {
let component: TimeClockComponent;
let fixture: ComponentFixture<TimeClockComponent>;
let store: MockStore<ProjectState>;
Expand Down Expand Up @@ -62,7 +62,15 @@ fdescribe('TimeClockComponent', () => {
waitForAsync(() => {
TestBed.configureTestingModule({
imports: [HttpClientTestingModule, NgSelectModule, NgxMaterialTimepickerModule, FormsModule, ReactiveFormsModule],
declarations: [TimeClockComponent, ProjectListHoverComponent, FilterProjectPipe, EntryFieldsComponent, TechnologiesComponent, TimeEntriesSummaryComponent, TimeDetailsPipe],
declarations: [
TimeClockComponent,
ProjectListHoverComponent,
FilterProjectPipe,
EntryFieldsComponent,
TechnologiesComponent,
TimeEntriesSummaryComponent,
TimeDetailsPipe
],
providers: [
FormBuilder,
AzureAdB2CService,
Expand Down