Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ comparison.spec.ts
File
comparison.spec.ts
core/src/components/datetime/test/comparison.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{ DatetimeParts } from
'../datetime-interface'
;
2
import
{ isSameDay, isBefore, isAfter } from
'../utils/comparison'
;
3
4
describe(
'isSameDay()'
, () => {
Callers
nothing calls this directly
Calls
3
isSameDay
Function · 0.90
isBefore
Function · 0.90
isAfter
Function · 0.90
Tested by
no test coverage detected