Skip to content

Commit 6c239cb

Browse files
authored
chore: Use canonical JSON for summarizer indexing. (#862)
1 parent 1e18d66 commit 6c239cb

24 files changed

+160
-412
lines changed

packages/shared/common/__tests__/Context.test.ts

Lines changed: 102 additions & 327 deletions
Large diffs are not rendered by default.

packages/shared/common/__tests__/json/canonicalize.test.ts renamed to packages/shared/common/__tests__/internal/json/canonicalize.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'node:fs';
22
import * as path from 'node:path';
33

4-
import { canonicalize } from '../../src/json/canonicalize';
4+
import { canonicalize } from '../../../src/internal/json/canonicalize';
55

66
// Get the test file pairs
77
const testInputDir = path.join(__dirname, 'testdata', 'input');

0 commit comments

Comments
 (0)