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

File parse.spec.ts

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

Source from the content-addressed store, hash-verified

1import { clampDate, getPartsFromCalendarDay, parseAmPm, parseDate, parseMinParts, parseMaxParts } from '../utils/parse';
2
3describe('getPartsFromCalendarDay()', () => {
4 it('should extract DatetimeParts from a calendar day element', () => {

Callers

nothing calls this directly

Calls 6

getPartsFromCalendarDayFunction · 0.90
parseDateFunction · 0.90
clampDateFunction · 0.90
parseAmPmFunction · 0.90
parseMinPartsFunction · 0.90
parseMaxPartsFunction · 0.90

Tested by

no test coverage detected