Skip to content

Enhance TimeTable row key for better uniqueness and improve formatMs … #93

Enhance TimeTable row key for better uniqueness and improve formatMs …

Enhance TimeTable row key for better uniqueness and improve formatMs … #93

Triggered via pull request February 1, 2025 17:12
Status Failure
Total duration 22s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/utils/duration.test.ts > duration > format > should format a valid ISO 8601 duration to mm:ss: src/utils/duration.test.ts#L8
AssertionError: expected '10:00.0' to be '10:00' // Object.is equality Expected: "10:00" Received: "10:00.0" ❯ src/utils/duration.test.ts:8:31
src/utils/duration.test.ts > duration > format > should handle zero duration: src/utils/duration.test.ts#L15
AssertionError: expected '00:00.0' to be '00:00' // Object.is equality Expected: "00:00" Received: "00:00.0" ❯ src/utils/duration.test.ts:15:30
build
Process completed with exit code 1.
lint/a11y/useKeyWithClickEvents: src/components/organisms/Timeline.tsx#L159
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.