Skip to content

Commit 79c9c3f

Browse files
authored
Merge branch 'main' into ta/fdv2-code-move-part3
2 parents a2d6157 + 6c239cb commit 79c9c3f

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)