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

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