Version Packages (next) #168
ci.yml
on: pull_request
Lint workflows
13s
Test Unit
18s
Test Integration
1m 53s
Typecheck
23s
Lint
18s
CI OK
4s
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.
|