Feature/DF-861: Geospatial component #1558
Annotations
12 errors
|
Prettier (Node 24)
Process completed with exit code 1.
|
|
Prettier (Node 22)
Process completed with exit code 1.
|
|
Prettier (Node 23)
Process completed with exit code 1.
|
|
ESLint (Node 23)
Process completed with exit code 1.
|
|
ESLint (Node 24)
Process completed with exit code 1.
|
|
ESLint (Node 22)
Process completed with exit code 1.
|
|
Unit tests (Node 24)
Process completed with exit code 1.
|
|
GeospatialField › Defaults › Schema › adds errors for empty value:
src/server/plugins/engine/components/GeospatialField.test.ts#L109
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 14
Array [
- ObjectContaining {
- "text": "Example geospatial must be a valid json array string",
+ Object {
+ "context": Object {
+ "key": "myComponent",
+ "label": "Example geospatial",
+ "limit": 1,
+ "title": "Example geospatial",
+ "value": Array [],
+ },
+ "href": "#myComponent",
+ "name": "myComponent",
+ "path": Array [
+ "myComponent",
+ ],
+ "text": "Example geospatial must contain at least 1 items",
},
]
at Object.toEqual (src/server/plugins/engine/components/GeospatialField.test.ts:109:31)
|
|
Unit tests (Node 22)
Process completed with exit code 1.
|
|
GeospatialField › Defaults › Schema › adds errors for empty value:
src/server/plugins/engine/components/GeospatialField.test.ts#L109
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 14
Array [
- ObjectContaining {
- "text": "Example geospatial must be a valid json array string",
+ Object {
+ "context": Object {
+ "key": "myComponent",
+ "label": "Example geospatial",
+ "limit": 1,
+ "title": "Example geospatial",
+ "value": Array [],
+ },
+ "href": "#myComponent",
+ "name": "myComponent",
+ "path": Array [
+ "myComponent",
+ ],
+ "text": "Example geospatial must contain at least 1 items",
},
]
at Object.toEqual (src/server/plugins/engine/components/GeospatialField.test.ts:109:31)
|
|
Unit tests (Node 23)
Process completed with exit code 1.
|
|
GeospatialField › Defaults › Schema › adds errors for empty value:
src/server/plugins/engine/components/GeospatialField.test.ts#L109
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 14
Array [
- ObjectContaining {
- "text": "Example geospatial must be a valid json array string",
+ Object {
+ "context": Object {
+ "key": "myComponent",
+ "label": "Example geospatial",
+ "limit": 1,
+ "title": "Example geospatial",
+ "value": Array [],
+ },
+ "href": "#myComponent",
+ "name": "myComponent",
+ "path": Array [
+ "myComponent",
+ ],
+ "text": "Example geospatial must contain at least 1 items",
},
]
at Object.toEqual (src/server/plugins/engine/components/GeospatialField.test.ts:109:31)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Unit tests coverage (Node 22)
|
839 KB |
sha256:c0ba6d4b12c7947d0b279925930641d72e56f52353341b95ffcb3244b1fce33b
|
|
|
Unit tests coverage (Node 23)
|
839 KB |
sha256:c54e514c8ada3ab41e8cb2e13743a741e774503bb3e04917a30c0dfed88713b6
|
|
|
Unit tests coverage (Node 24)
|
839 KB |
sha256:3411317846eb3b914c310bad5f1b96d91c7cb616d195740e987f595b9bd3d1c1
|
|