MCPcopy Create free account
hub / github.com/dfinity/orbit / date.utils.spec.ts

File date.utils.spec.ts

apps/wallet/src/utils/date.utils.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { endOfDay, startOfDay, convertDate } from './date.utils';
3
4describe('Date utils', () => {

Callers

nothing calls this directly

Calls 3

startOfDayFunction · 0.90
endOfDayFunction · 0.90
convertDateFunction · 0.90

Tested by

no test coverage detected