MCPcopy 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

1import { test, expect } from "vitest";
2import { compare, compareObjects } from "../Comparator.js";
3
4test("compare() with primitives - returns 0 for equal values", () => {

Callers

nothing calls this directly

Calls 2

compareFunction · 0.85
compareObjectsFunction · 0.85

Tested by

no test coverage detected