Unit Testing stuff

This commit is contained in:
2022-09-03 16:30:29 +02:00
parent 94f5b5c46b
commit af2da01729
8 changed files with 69 additions and 24 deletions
@@ -11,7 +11,7 @@
@media (min-width: 768px) {
#profile-popover {
width: 15em;
max-width: 15em;
right: 1em;
top: $header_height + 1em;
border-radius: 1em;
@@ -12,8 +12,6 @@ export class ProfileComponent implements OnInit {
@Input() user?: User;
@Output() showProfilePopoverChange = new EventEmitter<boolean>();
isLoggedIn = true;
constructor(private eRef: ElementRef) {
}