TRUEREF-0022 fix, more tests

This commit is contained in:
Giancarmine Salucci
2026-03-30 19:11:09 +02:00
parent 6297edf109
commit ec6140e3bb
12 changed files with 1473 additions and 7 deletions

View File

@@ -1085,7 +1085,7 @@ describe('differential indexing', () => {
return (overrides.id as string) ?? id;
}
type PipelineInternals = IndexingPipeline & {
type PipelineInternals = {
cloneFromAncestor: (
ancestorVersionId: string,
targetVersionId: string,