Skip to content

Task 2 workflow

Task 2 workflow #6

Triggered via pull request March 19, 2024 07:04
@UbaxUbax
synchronize #2
task-2
Status Failure
Total duration 39s
Artifacts

task-2.yaml

on: pull_request
unit-tests
28s
unit-tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/utils/__test__/sum.test.ts > Tests for sum function > 0 + 0 + 2 = 2: desktop-app/src/utils/__test__/sum.test.ts#L26
AssertionError: expected +0 to be 2 // Object.is equality - Expected + Received - 2 + 0 ❯ src/utils/__test__/sum.test.ts:26:26
src/utils/__test__/sum.test.ts > Tests for sum function > 1 + 2 + 3 = 6: desktop-app/src/utils/__test__/sum.test.ts#L26
AssertionError: expected 3 to be 6 // Object.is equality - Expected + Received - 6 + 3 ❯ src/utils/__test__/sum.test.ts:26:26
src/utils/__test__/sum.test.ts > Tests for sum function > 6 + -2 + 2 = 6: desktop-app/src/utils/__test__/sum.test.ts#L26
AssertionError: expected 4 to be 6 // Object.is equality - Expected + Received - 6 + 4 ❯ src/utils/__test__/sum.test.ts:26:26
unit-tests
Process completed with exit code 1.