MCPcopy
hub / github.com/loggerhead/json4u / tree.test.ts

File tree.test.ts

__tests__/tree.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parseJSON } from "@/lib/parser/parse";
2
3describe("findNodeAtOffset", () => {
4 const tree = parseJSON('{ "array": [12345678987654321, 0.1234567891111111111] }');

Callers

nothing calls this directly

Calls 2

parseJSONFunction · 0.90
expectOffsetFunction · 0.85

Tested by

no test coverage detected