Skip to content
Triggered via pull request May 31, 2024 10:51
@CalcagnoLoicCalcagnoLoic
synchronize #15
develop
Status Failure
Total duration 27s
Artifacts

main.yaml

on: pull_request
lint_and_test
17s
lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/utils/convertPrice/index.spec.ts > convertPrice Unit Test Suite > should be return 512.2: src/utils/convertPrice/index.spec.ts#L10
AssertionError: expected '512.20' to be '512.2' // Object.is equality - Expected + Received - 512.2 + 512.20 ❯ src/utils/convertPrice/index.spec.ts:10:33
src/utils/convertPrice/index.spec.ts > convertPrice Unit Test Suite > should be return 123,456,789.00: src/utils/convertPrice/index.spec.ts#L18
AssertionError: expected '123,456,789.00' to be '123,456,789' // Object.is equality - Expected + Received - 123,456,789 + 123,456,789.00 ❯ src/utils/convertPrice/index.spec.ts:18:39
lint_and_test
Process completed with exit code 1.