MCPcopy Create free account
hub / github.com/zxlie/FeHelper / json-diff-utils.test.js

File json-diff-utils.test.js

test/json-diff-utils.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { compareTextByLine, splitLines } from '../apps/json-diff/diff-utils.js';
3
4describe('json-diff text mode helpers', () => {

Callers

nothing calls this directly

Calls 3

splitLinesFunction · 0.90
compareTextByLineFunction · 0.90
itFunction · 0.50

Tested by

no test coverage detected