MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / merger.test.ts

File merger.test.ts

packages/node-runtime/src/merger/__tests__/merger.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it } from 'node:test'
2import assert from 'node:assert/strict'
3import { checkConflictsFromSources, buildMergedOutput, serializeChatLabToJsonl } from '../index'
4import type { MergerDataSource, MergerSourceMeta } from '../index'

Callers

nothing calls this directly

Calls 5

buildMergedOutputFunction · 0.90
serializeChatLabToJsonlFunction · 0.90
createMockSourceFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected