| 1 | import { getCalendarDayState, isDayDisabled, isNextMonthDisabled, isPrevMonthDisabled } from '../utils/state'; |
| 2 | |
| 3 | describe('getCalendarDayState()', () => { |
| 4 | it('should return correct state', () => { |
nothing calls this directly
no test coverage detected