()
| 1614 | |
| 1615 | it('should update the calendar when the min/max dates change', () => { |
| 1616 | const getDisabledCells = () => { |
| 1617 | return document.querySelectorAll('.mat-calendar-body-disabled').length; |
| 1618 | }; |
| 1619 | |
| 1620 | testComponent.date = new Date(2020, JAN, 5); |
| 1621 | fixture.changeDetectorRef.markForCheck(); |