Skip to content

chore: release v1.0.1 #37

chore: release v1.0.1

chore: release v1.0.1 #37

Triggered via push July 19, 2024 15:24
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test/index.test.ts > filtering tests > Object Match - ALL objects in the array match ALL conditions: test/index.test.ts#L35
AssertionError: expected { rows: [ { id: 1, …(2) }, …(2) ] } to deeply equal { rows: [ { id: 1, …(2) }, …(1) ] } - Expected + Received Object { "rows": Array [ Object { "id": 1, "name": "John", "orders": Array [ Object { "id": 1, "total": 100, }, Object { "id": 2, "total": 200, }, ], }, Object { "id": 2, "name": "Jane", "orders": Array [ Object { "id": 3, "total": 150, }, Object { "id": 4, "total": 300, }, ], }, + Object { + "id": 3, + "name": "Bob", + "orders": Array [ + Object { + "id": 5, + "total": 50, + }, + Object { + "id": 6, + "total": 250, + }, + ], + }, ], } ❯ test/index.test.ts:35:24
test (ubuntu-latest)
Process completed with exit code 1.
test/index.test.ts > filtering tests > Object Match - ALL objects in the array match ALL conditions: test/index.test.ts#L35
AssertionError: expected { rows: [ { id: 1, …(2) }, …(2) ] } to deeply equal { rows: [ { id: 1, …(2) }, …(1) ] } - Expected + Received Object { "rows": Array [ Object { "id": 1, "name": "John", "orders": Array [ Object { "id": 1, "total": 100, }, Object { "id": 2, "total": 200, }, ], }, Object { "id": 2, "name": "Jane", "orders": Array [ Object { "id": 3, "total": 150, }, Object { "id": 4, "total": 300, }, ], }, + Object { + "id": 3, + "name": "Bob", + "orders": Array [ + Object { + "id": 5, + "total": 50, + }, + Object { + "id": 6, + "total": 250, + }, + ], + }, ], } ❯ test/index.test.ts:35:24
test (macos-latest)
Process completed with exit code 1.
test/index.test.ts > filtering tests > Object Match - ALL objects in the array match ALL conditions: test/index.test.ts#L35
AssertionError: expected { rows: [ { id: 1, …(2) }, …(2) ] } to deeply equal { rows: [ { id: 1, …(2) }, …(1) ] } - Expected + Received Object { "rows": Array [ Object { "id": 1, "name": "John", "orders": Array [ Object { "id": 1, "total": 100, }, Object { "id": 2, "total": 200, }, ], }, Object { "id": 2, "name": "Jane", "orders": Array [ Object { "id": 3, "total": 150, }, Object { "id": 4, "total": 300, }, ], }, + Object { + "id": 3, + "name": "Bob", + "orders": Array [ + Object { + "id": 5, + "total": 50, + }, + Object { + "id": 6, + "total": 250, + }, + ], + }, ], } ❯ test/index.test.ts:35:24
test (windows-latest)
Process completed with exit code 1.