MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / helpers.spec.ts

File helpers.spec.ts

core/src/components/datetime/test/helpers.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

getNumDaysInMonthFunction · 0.90
isLeapYearFunction · 0.90
is24HourFunction · 0.90
getHourCycleFunction · 0.90
isMonthFirstLocaleFunction · 0.90

Tested by

no test coverage detected