Skip to content

Commit e4df824

Browse files
committed
fix: #198 remove unnecesary imports
1 parent 9bf4304 commit e4df824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/modules/customer-management/components/projects/components/project-list/project-list.component.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { getProjects } from './../store/project.selectors';
2-
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
1+
import { ComponentFixture, TestBed } from '@angular/core/testing';
32
import { MockStore, provideMockStore } from '@ngrx/store/testing';
43
import { NgxPaginationModule } from 'ngx-pagination';
54
import { Subscription } from 'rxjs';
5+
6+
import { getProjects } from './../store/project.selectors';
67
import { ProjectListComponent } from './project-list.component';
78
import { ProjectState } from '../store/project.reducer';
89
import { getCustomerProjects } from '../store/project.selectors';

src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { ProjectListHoverComponent } from './project-list-hover.component';
66
import { ProjectState } from '../../../customer-management/components/projects/components/store/project.reducer';
77
import { getCustomerProjects } from '../../../customer-management/components/projects/components/store/project.selectors';
88
import { FilterProjectPipe } from '../../../shared/pipes';
9-
import * as action from '../../store/entry.actions';
109

1110
describe('ProjectListHoverComponent', () => {
1211
let component: ProjectListHoverComponent;

0 commit comments

Comments
 (0)