Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
test(diamond): fix mock to make init happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 25, 2020
1 parent b3a455d commit c359bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/diamond/diamond.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ describe('DiamondComponent', () => {
settingsSpy.segment = () => {
return 'all' as SEGMENT;
};
settingsSpy.reduceMotion = () => {
return false;
};
deploySpy = jasmine.createSpyObj('Deploy', ['sync']);

TestBed.configureTestingModule({
Expand Down

0 comments on commit c359bdc

Please sign in to comment.