RouteActivity: Design Idea #824
Annotations
4 errors
build
Process completed with exit code 1.
|
src/utils/format.spec.ts > formatDuration > should format duration:
src/utils/format.spec.ts#L19
AssertionError: expected '0:00' to be '0m' // Object.is equality
Expected: "0m"
Received: "0:00"
❯ src/utils/format.spec.ts:19:31
|
src/utils/format.spec.ts > formatDuration > should be blank for undefined duration:
src/utils/format.spec.ts#L26
AssertionError: expected 'NaN:NaN' to be '' // Object.is equality
- Expected
+ Received
+ NaN:NaN
❯ src/utils/format.spec.ts:26:39
|
test
Process completed with exit code 1.
|