Skip to content

Commit

Permalink
[DURACOM-195] hws test
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-negretti committed Dec 5, 2023
1 parent ecb19a9 commit afc0299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/shared/testing/host-window-service.stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ export class HostWindowServiceStub {
isXsOrSm(): Observable<boolean> {
return this.isXs();
}

isMobile(): Observable<boolean> {
return this.isXs();
}
}

0 comments on commit afc0299

Please sign in to comment.