Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ Comparator.test.ts
File
Comparator.test.ts
packages/graph/src/test/Comparator.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, expect } from
"vitest"
;
2
import
{ compare, compareObjects } from
"../Comparator.js"
;
3
4
test(
"compare() with primitives - returns 0 for equal values"
, () => {
Callers
nothing calls this directly
Calls
2
compare
Function · 0.85
compareObjects
Function · 0.85
Tested by
no test coverage detected