MCPcopy
hub / github.com/npmx-dev/npmx.dev / date.spec.ts

File date.spec.ts

test/unit/app/utils/date.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { addDays, DAY_MS, daysInMonth, daysInYear, parseIsoDate, toIsoDate } from '~/utils/date'
3
4describe('DAY_MS', () => {

Callers

nothing calls this directly

Calls 5

parseIsoDateFunction · 0.90
toIsoDateFunction · 0.90
addDaysFunction · 0.90
daysInMonthFunction · 0.90
daysInYearFunction · 0.90

Tested by

no test coverage detected