Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ endOfDay, startOfDay, convertDate } from
'./date.utils'
;
3
4
describe(
'Date utils'
, () => {
Callers
nothing calls this directly
Calls
3
startOfDay
Function · 0.90
endOfDay
Function · 0.90
convertDate
Function · 0.90
Tested by
no test coverage detected