test: WriteClient.migrateUpdateDocuments
(WIP)
#553
Annotations
10 errors and 1 warning
test/helpers-mapSliceZone.test.ts#L44
AssertionError: expected [ { __mapped: true, …(3) }, …(1) ] to strictly equal [ { __mapped: true, …(3) }, …(1) ]
- Expected
+ Received
Array [
Object {
"__mapped": true,
"foo": "bar",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "malesuada",
},
Object {
"__mapped": true,
"baz": "qux",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "fusce",
},
]
❯ test/helpers-mapSliceZone.test.ts:44:17
|
test/helpers-mapSliceZone.test.ts#L68
AssertionError: expected [ { __mapped: true, …(2) }, …(1) ] to strictly equal [ { __mapped: true, …(2) }, …(1) ]
- Expected
+ Received
Array [
Object {
"__mapped": true,
- "id": Any<String>,
+ "id": undefined,
"slice_type": "in",
},
Object {
"__mapped": true,
- "id": Any<String>,
+ "id": undefined,
"slice_type": "nibh",
},
]
❯ test/helpers-mapSliceZone.test.ts:68:17
|
test/helpers-mapSliceZone.test.ts#L82
AssertionError: expected [ { __mapped: true, …(3) }, …(1) ] to strictly equal [ { __mapped: true, …(3) }, …(1) ]
- Expected
+ Received
Array [
Object {
"__mapped": true,
"foo": "bar",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "tortor",
},
Object {
"__mapped": true,
"baz": "qux",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "hendrerit",
},
]
❯ test/helpers-mapSliceZone.test.ts:82:17
|
test/helpers-mapSliceZone.test.ts#L178
AssertionError: expected [ { __mapped: true, …(3) }, …(1) ] to strictly equal [ { __mapped: true, …(3) }, …(1) ]
- Expected
+ Received
Array [
Object {
"__mapped": true,
"foo": "bar",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "pretium",
},
Object {
"__mapped": true,
"baz": "qux",
- "id": Any<String>,
+ "id": undefined,
"slice_type": "egestas",
},
]
❯ test/helpers-mapSliceZone.test.ts:178:17
|
test/helpers-mapSliceZone.test.ts#L201
AssertionError: expected [ { __mapped: true, …(2) }, …(1) ] to strictly equal [ { __mapped: true, …(2) }, …(1) ]
- Expected
+ Received
Array [
Object {
"__mapped": true,
- "id": Any<String>,
+ "id": undefined,
"slice_type": "lectus",
},
Object {
"items": Array [
Object {
"bar": "Varius quam quisque",
},
Object {
"bar": "Risus sed vulputate",
},
],
"primary": Object {
"foo": "Mauris a diam",
},
"slice_label": null,
"slice_type": "neque",
"variation": "urna",
"version": "5f460a7",
},
]
❯ test/helpers-mapSliceZone.test.ts:201:17
|
src/WriteClient.ts#L1000
ReferenceError: File is not defined
❯ WriteClient.fetchForeignAsset src/WriteClient.ts:1000:3
❯ test/writeClient-fetchForeignAsset.test.ts:23:15
|
src/WriteClient.ts#L1000
ReferenceError: File is not defined
❯ WriteClient.fetchForeignAsset src/WriteClient.ts:1000:3
❯ test/writeClient-fetchForeignAsset.test.ts:40:15
|
src/WriteClient.ts#L1000
ReferenceError: File is not defined
❯ WriteClient.fetchForeignAsset src/WriteClient.ts:1000:3
❯ test/writeClient-fetchForeignAsset.test.ts:103:15
|
src/WriteClient.ts#L1000
ReferenceError: File is not defined
❯ WriteClient.fetchForeignAsset src/WriteClient.ts:1000:3
❯ test/writeClient-fetchForeignAsset.test.ts:129:15
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading