Skip to content

feat(Git Projects): Insomnia files can be anywhere inside the repository #17679

feat(Git Projects): Insomnia files can be anywhere inside the repository

feat(Git Projects): Insomnia files can be anywhere inside the repository #17679

Triggered via pull request March 7, 2025 14:43
Status Failure
Total duration 2m 17s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/sync/git/__tests__/git-vcs.test.ts > Git-VCS > common operations > commit file: packages/insomnia/src/sync/git/__tests__/git-vcs.test.ts#L176
AssertionError: expected [ { …(3) } ] to deeply equal [ { commit: { …(5) }, …(2) } ] - Expected + Received Array [ Object { "commit": Object { "author": Object { - "email": "[email protected]", - "name": "Karen Brown", + "email": "", + "name": "", "timestamp": 1000000000, "timezoneOffset": 0, }, "committer": Object { - "email": "[email protected]", - "name": "Karen Brown", + "email": "", + "name": "", "timestamp": 1000000000, "timezoneOffset": 0, }, "message": "First commit! ", "parent": Array [], "tree": "14819d8019f05edb70a29850deb09a4314ad0afc", }, - "oid": "76f804a23eef9f52017bf93f4bc0bfde45ec8a93", + "oid": "673fd1bed8122b4cd9c30c0a06ce086bcf1dd9fc", "payload": "tree 14819d8019f05edb70a29850deb09a4314ad0afc - author Karen Brown <[email protected]> 1000000000 +0000 - committer Karen Brown <[email protected]> 1000000000 +0000 + author <> 1000000000 +0000 + committer <> 1000000000 +0000 First commit! ", }, ] ❯ src/sync/git/__tests__/git-vcs.test.ts:176:34
Test
Process completed with exit code 1.