| 1 | import { isLeapYear, getNumDaysInMonth, is24Hour, isMonthFirstLocale, getHourCycle } from '../utils/helpers'; |
| 2 | |
| 3 | describe('daysInMonth()', () => { |
| 4 | it('should return correct days in month for month and year', () => { |
nothing calls this directly
no test coverage detected