Feature/fixes build #167
Annotations
2 errors and 2 warnings
src/core/providers/canvas/canvas.business.spec.ts > canvas.business > removeShapeFromList > should remove the shape with the specified shapeId if it exists in a collection with multiple elements:
src/core/providers/canvas/canvas.business.spec.ts#L104
AssertionError: expected [ …(3) ] to deeply equal [ …(3) ]
- Expected
+ Received
Array [
Object {
"allowsInlineEdition": false,
"height": 10,
"id": "1",
"type": "combobox",
+ "typeOfTransformer": Array [
+ "top-center",
+ "bottom-center",
+ ],
"width": 10,
"x": 0,
"y": 0,
},
Object {
"allowsInlineEdition": false,
"height": 30,
"id": "3",
"type": "button",
+ "typeOfTransformer": Array [
+ "top-center",
+ "bottom-center",
+ ],
"width": 30,
"x": 2,
"y": 2,
},
Object {
"allowsInlineEdition": true,
"height": 40,
"id": "4",
"type": "checkbox",
+ "typeOfTransformer": Array [
+ "top-center",
+ "bottom-center",
+ ],
"width": 40,
"x": 3,
"y": 3,
},
]
❯ src/core/providers/canvas/canvas.business.spec.ts:104:22
|
ci
Process completed with exit code 1.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|