it('should have reasonable defaults when mode is custom', () => {
      component.displayMode = DATE_DISPLAY_TYPES.CUSTOM;
      fixture.detectChanges();

      expect(component.appearance).toEqual('legacy');