Skip to content

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

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

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

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

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/sync/git/__tests__/git-vcs.test.ts > Git-VCS > common operations > stage and unstage file: packages/insomnia/src/sync/git/__tests__/git-vcs.test.ts#L39
AssertionError: expected [ { …(3) }, { …(3) }, { …(3) } ] to deeply equal [ { name: '', …(2) }, …(1) ] - Expected + Received Array [ Object { "name": "", "path": ".insomnia/bar.txt", "status": Array [ 0, 2, 0, ], }, Object { "name": "", "path": ".insomnia/foo.txt", "status": Array [ 0, 2, 0, ], }, + Object { + "name": "", + "path": "other.txt", + "status": Array [ + 0, + 2, + 0, + ], + }, ] ❯ src/sync/git/__tests__/git-vcs.test.ts:39:31
src/sync/git/__tests__/git-vcs.test.ts > Git-VCS > common operations > commit file: packages/insomnia/src/sync/git/__tests__/git-vcs.test.ts#L144
AssertionError: expected [ { …(3) }, …(1) ] to deeply equal [ { name: '', …(2) } ] - Expected + Received Array [ Object { "name": "", "path": ".insomnia/bar.txt", "status": Array [ 0, 2, 0, ], }, + Object { + "name": "", + "path": "other.txt", + "status": Array [ + 0, + 2, + 0, + ], + }, ] ❯ src/sync/git/__tests__/git-vcs.test.ts:144:32
Test
Process completed with exit code 1.