| 1 | import { clampDate, getPartsFromCalendarDay, parseAmPm, parseDate, parseMinParts, parseMaxParts } from '../utils/parse'; |
| 2 | |
| 3 | describe('getPartsFromCalendarDay()', () => { |
| 4 | it('should extract DatetimeParts from a calendar day element', () => { |
nothing calls this directly
no test coverage detected