chore: release v1.0.1 #37
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.
|