Skip to content

Commit

Permalink
fix(cb2-*): remove uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Jul 24, 2023
1 parent 937582e commit 0057a0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { GenerateLetterComponent } from './tech-record-generate-letter.component
const mockTechRecordService = {
viewableTechRecord$: of({}),
selectedVehicleTechRecord$: of({}),
// viewableTechRecord$: jest.fn(),
updateEditingTechRecord: jest.fn(),
isUnique: jest.fn()
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { GeneratePlateComponent } from './tech-record-generate-plate.component';
const mockTechRecordService = {
viewableTechRecord$: of({}),
selectedVehicleTechRecord$: of({}),
// viewableTechRecord$: jest.fn(),
updateEditingTechRecord: jest.fn(),
isUnique: jest.fn()
};
Expand Down

0 comments on commit 0057a0d

Please sign in to comment.