it('should have reasonable defaults when precision is year', () => {
      component.precision = 'year';
      fixture.detectChanges();

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