Skip to content

Version Packages (next) #168

Version Packages (next)

Version Packages (next) #168

Triggered via pull request June 14, 2026 12:59
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Test Unit
Process completed with exit code 1.
tests/git.test.ts > getFileChanges > should get changes since a specific ref: tests/git.test.ts#L48
AssertionError: expected { additions: [ { …(2) }, …(2) ], …(1) } to deeply equal { additions: [ { …(2) }, …(2) ], …(1) } - Expected + Received @@ -1,14 +1,14 @@ { "additions": [ { - "contents": "VGhpcyBpcyBhbiB1cGRhdGVkIGZpbGUh", - "path": "a.txt", - }, - { "contents": "VGhpcyBpcyBhIG5ldyBmaWxlIQ==", "path": "c.txt", + }, + { + "contents": "VGhpcyBpcyBhbiB1cGRhdGVkIGZpbGUh", + "path": "a.txt", }, { "contents": "VGhpcyBpcyBhIG5lc3RlZCBmaWxl", "path": "nested/file.txt", }, ❯ tests/git.test.ts:48:20
CI OK
Process completed with exit code 1.