Skip to content

Commit 13e119a

Browse files
authored
Merge branch 'main' into rlamb/add-initial-cursor-rules
2 parents 2fb5c91 + 6c239cb commit 13e119a

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)