Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: TTL-946 update tests
  • Loading branch information
Santiago220991 committed Aug 18, 2023
commit 2148ba17f12ad5c9a1332fe11d321eeb068aa43f
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ import { TestBed, waitForAsync } from '@angular/core/testing';

import * as actions from './customer-management.actions';
import { TimeRangeFormComponent } from '../../reports/components/time-range-form/time-range-form.component';
import { TechnologyReportTableComponent } from '../../technology-report/components/technology-report-table/technology-report-table.component';


describe('CustomerManagmentActions', () => {

beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [TimeRangeFormComponent, TechnologyReportTableComponent],
declarations: [TimeRangeFormComponent],
imports: [],
}).compileComponents();
}));
Expand Down