Skip to content

fix(ui): Provide unique data-set for PriceChart.component #306

fix(ui): Provide unique data-set for PriceChart.component

fix(ui): Provide unique data-set for PriceChart.component #306

Triggered via push September 24, 2024 08:02
Status Failure
Total duration 1m 31s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
src/components/Category/__tests__/Category.service.test.ts > sortAutocompleteOptionsByTransactionUsage > should return autocomplete options sorted by transaction usage within the specified days: src/components/Category/__tests__/Category.service.test.ts#L56
AssertionError: expected [ …(3) ] to deeply equal [ …(3) ] - Expected + Received Array [ Object { "id": "1", "label": "Category 1", }, Object { - "id": "3", - "label": "Category 3", - }, - Object { "id": "2", "label": "Category 2", + }, + Object { + "id": "3", + "label": "Category 3", }, ] ❯ src/components/Category/__tests__/Category.service.test.ts:56:20
build (ubuntu-latest, 20.x)
Process completed with exit code 1.
build (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (ubuntu-latest, 18.x)
The operation was canceled.
build (ubuntu-latest, 20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/