Skip to content

Use horizontal xychart #119

Use horizontal xychart

Use horizontal xychart #119

Triggered via push April 2, 2024 00:53
Status Failure
Total duration 24s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
tests/GitHubIssueContent.test.ts > GitHubIssueContent > should initialize: tests/GitHubIssueContent.test.ts#L63
AssertionError: expected '\n```mermaid\n---\nconfig:\n xyCha…' to deeply equal '\n```mermaid\n---\nconfig:\n xyCha…' - Expected + Received ```mermaid --- config: xyChart: xAxis: labelPadding: 16 labelFontSize: 8 yAxis: titlePadding: 16 --- xychart-beta horizontal title "ABC (abc.yml)" x-axis [2024-02-27] y-axis "Duration (in seconds)" bar [4] ``` ```mermaid --- config: xyChart: xAxis: labelPadding: 16 labelFontSize: 8 yAxis: titlePadding: 16 --- xychart-beta horizontal title "XYZ (xyz.yml)" - x-axis [2024-03-28] + x-axis [2024-03-27] y-axis "Duration (in seconds)" bar [2] ``` ❯ tests/GitHubIssueContent.test.ts:63:24
ci
Process completed with exit code 1.