Skip to content

chore(deps-dev): bump @commitlint/config-conventional

e3a5c4d
Select commit
Loading
Failed to load commit list.
Merged

chore(deps-dev): bump @commitlint/config-conventional from 20.4.3 to 20.5.0 #1154

chore(deps-dev): bump @commitlint/config-conventional
e3a5c4d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / open-data-plan.g2plot-react failed Mar 16, 2026 in 2m 20s

Build #20260316.3 had test failures

Details

Tests

  • Failed: 1 (2.38%)
  • Passed: 41 (97.62%)
  • Other: 0 (0.00%)
  • Total: 42

Annotations

Check failure on line 242 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / open-data-plan.g2plot-react

Build log #L242

Bash exited with code '1'.

Check failure on line 1 in HeatmapChart › should render without crashed

See this annotation in the file changed.

@azure-pipelines azure-pipelines / open-data-plan.g2plot-react

HeatmapChart › should render without crashed

Test failed
Raw output
  ● HeatmapChart › should render without crashed

    thrown: "Exceeded timeout of 5000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

       5 |
       6 | describe('HeatmapChart', () => {
    >  7 |   test('should render without crashed', async () => {
         |   ^
       8 |     const res = await axios.get(
       9 |       'https://gw.alipayobjects.com/os/basement_prod/a719cd4e-bd40-4878-a4b4-df8a6b531dfe.json',
      10 |     );

      at __tests__/plots/heatmap.spec.tsx:7:3
      at Object.<anonymous> (__tests__/plots/heatmap.spec.tsx:6:1)