Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
style: #333 Removing dead code
  • Loading branch information
Juan Gabriel Guzman committed Jun 11, 2020
commit 36d0fcfca07f331494ccbf7cf3c2db0237ac190f
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { getCustomerProjects } from '../../../customer-management/components/pro
import { EntryState } from '../../../time-clock/store/entry.reducer';
import * as entryActions from '../../../time-clock/store/entry.actions';
import { getUpdateError, getCreateError } from 'src/app/modules/time-clock/store/entry.selectors';
import DateTimeFormat = Intl.DateTimeFormat;

describe('DetailsFieldsComponent', () => {
type Merged = TechnologyState & ProjectState & EntryState;
Expand Down
1 change: 0 additions & 1 deletion src/app/modules/time-clock/pipes/time-details.pipe.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { TimeDetails } from './../models/time.entry.summary';
import { TimeDetailsPipe } from './time-details.pipe';

describe('TimeDetailsPipe', () => {
Expand Down