Skip to content

Commit a3ca7ca

Browse files
test(signals): cover PDM, Conan, and Pixi lockfile classification cases
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 276bf96 commit a3ca7ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/unit/path-matchers.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ describe("classifyChangedFile", () => {
294294
["deno.lock", "lockfile"],
295295
["pubspec.lock", "lockfile"],
296296
["ios/Podfile.lock", "lockfile"],
297+
["pdm.lock", "lockfile"],
298+
["conan.lock", "lockfile"],
299+
["pixi.lock", "lockfile"],
297300
["package.json", "dependency_manifest"],
298301
["deno.json", "dependency_manifest"],
299302
["apps/web/deno.jsonc", "dependency_manifest"],

0 commit comments

Comments
 (0)